What is the HEX code for sickly green?
The CSS color sickly green in HEX format is #94b21c. Use this value directly in CSS, SVG, and most design tools.
How do I use sickly green in CSS?
To apply sickly green in CSS:
- Text color: color: #94b21c;
- Background: background-color: #94b21c;
- Border: border-color: #94b21c;
What are all the color format values for sickly green?
| Format | Value |
|---|---|
| HEX | #94b21c |
| RGB | rgb(148, 178, 28) |
| HSL | hsl(72, 72.8%, 40.4%) |
| CMYK | cmyk(16.9%, 0%, 84.3%, 30.2%) |
How do I convert sickly green to HEX?
Select sickly green from the color name list in our color converter. The HEX value — #94b21c — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does sickly green belong to?
sickly green belongs to the green color family. It is a medium, vivid color with HSL values: hue 72°, saturation 72.8%, lightness 40.4%.
How do I create lighter and darker shades of sickly green?
Lighter variant (lightness 55.4%): #bfe03a. Darker variant (lightness 25.4%): #5d7012. 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.