What is the HEX code for palegreen?
The CSS color palegreen in HEX format is #98fb98. Use this value directly in CSS, SVG, and most design tools.
How do I use palegreen in CSS?
To apply palegreen in CSS:
- Text color: color: #98fb98;
- Background: background-color: #98fb98;
- Border: border-color: #98fb98;
What are all the color format values for palegreen?
| Format | Value |
|---|---|
| HEX | #98fb98 |
| RGB | rgb(152, 251, 152) |
| HSL | hsl(120, 92.5%, 79%) |
| CMYK | cmyk(39.4%, 0%, 39.4%, 1.6%) |
How do I convert palegreen to HEX?
Select palegreen from the color name list in our color converter. The HEX value — #98fb98 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does palegreen belong to?
palegreen belongs to the green color family. It is a light, vivid color with HSL values: hue 120°, saturation 92.5%, lightness 79%.
How do I create lighter and darker shades of palegreen?
Lighter variant (lightness 94%): #e2fee2. Darker variant (lightness 64%): #4ef84e. 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.