What is the HSL code for light neon green?
The CSS color light neon green in HSL format is hsl(122.1, 97.8%, 64.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use light neon green in CSS?
To apply light neon green in CSS:
- Text color: color: hsl(122.1, 97.8%, 64.9%);
- Background: background-color: hsl(122.1, 97.8%, 64.9%);
- Border: border-color: hsl(122.1, 97.8%, 64.9%);
What are all the color format values for light neon green?
| Format | Value |
|---|---|
| HEX | #4efd54 |
| RGB | rgb(78, 253, 84) |
| HSL | hsl(122.1, 97.8%, 64.9%) |
| CMYK | cmyk(69.2%, 0%, 66.8%, 0.8%) |
How do I convert light neon green to HSL?
Select light neon green from the color name list in our color converter. The HSL value — hsl(122.1, 97.8%, 64.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light neon green belong to?
light neon green belongs to the green color family. It is a medium, vivid color with HSL values: hue 122.1°, saturation 97.8%, lightness 64.9%.
How do I create lighter and darker shades of light neon green?
Lighter variant (lightness 79.9%): #9afe9d. Darker variant (lightness 49.900000000000006%): #03fc0c. 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.