What is the HSL code for palegreen?
The CSS color palegreen in HSL format is hsl(120, 92.5%, 79%). 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: hsl(120, 92.5%, 79%);
- Background: background-color: hsl(120, 92.5%, 79%);
- Border: border-color: hsl(120, 92.5%, 79%);
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 HSL?
Select palegreen from the color name list in our color converter. The HSL value — hsl(120, 92.5%, 79%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.