What is the HEX code for cool green?
The CSS color cool green in HEX format is #33b864. Use this value directly in CSS, SVG, and most design tools.
How do I use cool green in CSS?
To apply cool green in CSS:
- Text color: color: #33b864;
- Background: background-color: #33b864;
- Border: border-color: #33b864;
What are all the color format values for cool green?
| Format | Value |
|---|---|
| HEX | #33b864 |
| RGB | rgb(51, 184, 100) |
| HSL | hsl(142.1, 56.6%, 46.1%) |
| CMYK | cmyk(72.3%, 0%, 45.7%, 27.8%) |
How do I convert cool green to HEX?
Select cool green from the color name list in our color converter. The HEX value — #33b864 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cool green belong to?
cool green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 142.1°, saturation 56.6%, lightness 46.1%.
How do I create lighter and darker shades of cool green?
Lighter variant (lightness 61.1%): #64d48d. Darker variant (lightness 31.1%): #227c43. 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.