What is the HSL code for bright light green?
The CSS color bright light green in HSL format is hsl(131.2, 99.1%, 58.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use bright light green in CSS?
To apply bright light green in CSS:
- Text color: color: hsl(131.2, 99.1%, 58.6%);
- Background: background-color: hsl(131.2, 99.1%, 58.6%);
- Border: border-color: hsl(131.2, 99.1%, 58.6%);
What are all the color format values for bright light green?
| Format | Value |
|---|---|
| HEX | #2dfe54 |
| RGB | rgb(45, 254, 84) |
| HSL | hsl(131.2, 99.1%, 58.6%) |
| CMYK | cmyk(82.3%, 0%, 66.9%, 0.4%) |
How do I convert bright light green to HSL?
Select bright light green from the color name list in our color converter. The HSL value — hsl(131.2, 99.1%, 58.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright light green belong to?
bright light green belongs to the green color family. It is a medium, vivid color with HSL values: hue 131.2°, saturation 99.1%, lightness 58.6%.
How do I create lighter and darker shades of bright light green?
Lighter variant (lightness 73.6%): #79fe92. Darker variant (lightness 43.6%): #01dd2a. 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.