What is the CMYK code for true green?
The CSS color true green in CMYK format is cmyk(94.6%, 0%, 97.3%, 42%). 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: cmyk(94.6%, 0%, 97.3%, 42%);
- Background: background-color: cmyk(94.6%, 0%, 97.3%, 42%);
- Border: border-color: cmyk(94.6%, 0%, 97.3%, 42%);
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 CMYK?
Select true green from the color name list in our color converter. The CMYK value — cmyk(94.6%, 0%, 97.3%, 42%) — 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 CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.