What is the HEX code for pale green?
The CSS color pale green in HEX format is #c7fdb5. Use this value directly in CSS, SVG, and most design tools.
How do I use pale green in CSS?
To apply pale green in CSS:
- Text color: color: #c7fdb5;
- Background: background-color: #c7fdb5;
- Border: border-color: #c7fdb5;
What are all the color format values for pale green?
| Format | Value |
|---|---|
| HEX | #c7fdb5 |
| RGB | rgb(199, 253, 181) |
| HSL | hsl(105, 94.7%, 85.1%) |
| CMYK | cmyk(21.3%, 0%, 28.5%, 0.8%) |
How do I convert pale green to HEX?
Select pale green from the color name list in our color converter. The HEX value — #c7fdb5 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pale green belong to?
pale green belongs to the green color family. It is a light, vivid color with HSL values: hue 105°, saturation 94.7%, lightness 85.1%.
How do I create lighter and darker shades of pale green?
Lighter variant (lightness 95%): #ecfee6. Darker variant (lightness 70.1%): #8ffb6b. 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.