What is the HEX code for bright lime green?
The CSS color bright lime green in HEX format is #65fe08. 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: #65fe08;
- Background: background-color: #65fe08;
- Border: border-color: #65fe08;
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 HEX?
Select bright lime green from the color name list in our color converter. The HEX value — #65fe08 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.