What is the HSL code for very light green?
The CSS color very light green in HSL format is hsl(101.8, 100%, 87.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use very light green in CSS?
To apply very light green in CSS:
- Text color: color: hsl(101.8, 100%, 87.1%);
- Background: background-color: hsl(101.8, 100%, 87.1%);
- Border: border-color: hsl(101.8, 100%, 87.1%);
What are all the color format values for very light green?
| Format | Value |
|---|---|
| HEX | #d1ffbd |
| RGB | rgb(209, 255, 189) |
| HSL | hsl(101.8, 100%, 87.1%) |
| CMYK | cmyk(18%, 0%, 25.9%, 0%) |
How do I convert very light green to HSL?
Select very light green from the color name list in our color converter. The HSL value — hsl(101.8, 100%, 87.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does very light green belong to?
very light green belongs to the green color family. It is a light, vivid color with HSL values: hue 101.8°, saturation 100%, lightness 87.1%.
How do I create lighter and darker shades of very light green?
Lighter variant (lightness 95%): #edffe5. Darker variant (lightness 72.1%): #9cff71. 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.