What is the HEX code for greenblue?
The CSS color greenblue in HEX format is #23c48b. Use this value directly in CSS, SVG, and most design tools.
How do I use greenblue in CSS?
To apply greenblue in CSS:
- Text color: color: #23c48b;
- Background: background-color: #23c48b;
- Border: border-color: #23c48b;
What are all the color format values for greenblue?
| Format | Value |
|---|---|
| HEX | #23c48b |
| RGB | rgb(35, 196, 139) |
| HSL | hsl(158.8, 69.7%, 45.3%) |
| CMYK | cmyk(82.1%, 0%, 29.1%, 23.1%) |
How do I convert greenblue to HEX?
Select greenblue from the color name list in our color converter. The HEX value — #23c48b — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greenblue belong to?
greenblue belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 158.8°, saturation 69.7%, lightness 45.3%.
How do I create lighter and darker shades of greenblue?
Lighter variant (lightness 60.3%): #53e0ae. Darker variant (lightness 30.299999999999997%): #17835d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.