What is the HEX code for true green?
The CSS color true green in HEX format is #089404. Use this value directly in CSS, SVG, and most design tools.
How do I use true green in CSS?
To apply true green in CSS:
- Text color: color: #089404;
- Background: background-color: #089404;
- Border: border-color: #089404;
What are all the color format values for true green?
| Format | Value |
|---|---|
| HEX | #089404 |
| RGB | rgb(8, 148, 4) |
| HSL | hsl(118.3, 94.7%, 29.8%) |
| CMYK | cmyk(94.6%, 0%, 97.3%, 42%) |
How do I convert true green to HEX?
Select true green from the color name list in our color converter. The HEX value — #089404 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does true green belong to?
true green belongs to the green color family. It is a dark, vivid color with HSL values: hue 118.3°, saturation 94.7%, lightness 29.8%.
How do I create lighter and darker shades of true green?
Lighter variant (lightness 44.8%): #0cde06. Darker variant (lightness 14.8%): #044902. 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.