What is the HSL code for spring green?
The CSS color spring green in HSL format is hsl(95.3, 91.9%, 71%). Use this value directly in CSS, SVG, and most design tools.
How do I use spring green in CSS?
To apply spring green in CSS:
- Text color: color: hsl(95.3, 91.9%, 71%);
- Background: background-color: hsl(95.3, 91.9%, 71%);
- Border: border-color: hsl(95.3, 91.9%, 71%);
What are all the color format values for spring green?
| Format | Value |
|---|---|
| HEX | #a9f971 |
| RGB | rgb(169, 249, 113) |
| HSL | hsl(95.3, 91.9%, 71%) |
| CMYK | cmyk(32.1%, 0%, 54.6%, 2.4%) |
How do I convert spring green to HSL?
Select spring green from the color name list in our color converter. The HSL value — hsl(95.3, 91.9%, 71%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does spring green belong to?
spring green belongs to the green color family. It is a light, vivid color with HSL values: hue 95.3°, saturation 91.9%, lightness 71%.
How do I create lighter and darker shades of spring green?
Lighter variant (lightness 86%): #d6fcba. Darker variant (lightness 56%): #7df628. 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.