What is the HSL code for bright lime green?
The CSS color bright lime green in HSL format is hsl(97.3, 99.2%, 51.4%). Use this value directly in CSS, SVG, and most design tools.
How do I use bright lime green in CSS?
To apply bright lime green in CSS:
- Text color: color: hsl(97.3, 99.2%, 51.4%);
- Background: background-color: hsl(97.3, 99.2%, 51.4%);
- Border: border-color: hsl(97.3, 99.2%, 51.4%);
What are all the color format values for bright lime green?
| Format | Value |
|---|---|
| HEX | #65fe08 |
| RGB | rgb(101, 254, 8) |
| HSL | hsl(97.3, 99.2%, 51.4%) |
| CMYK | cmyk(60.2%, 0%, 96.9%, 0.4%) |
How do I convert bright lime green to HSL?
Select bright lime green from the color name list in our color converter. The HSL value — hsl(97.3, 99.2%, 51.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright lime green belong to?
bright lime green belongs to the green color family. It is a medium, vivid color with HSL values: hue 97.3°, saturation 99.2%, lightness 51.4%.
How do I create lighter and darker shades of bright lime green?
Lighter variant (lightness 66.4%): #95fe54. Darker variant (lightness 36.4%): #46b901. 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.