What is the HEX code for bright lime?
The CSS color bright lime in HEX format is #87fd05. Use this value directly in CSS, SVG, and most design tools.
How do I use bright lime in CSS?
To apply bright lime in CSS:
- Text color: color: #87fd05;
- Background: background-color: #87fd05;
- Border: border-color: #87fd05;
What are all the color format values for bright lime?
| Format | Value |
|---|---|
| HEX | #87fd05 |
| RGB | rgb(135, 253, 5) |
| HSL | hsl(88.5, 98.4%, 50.6%) |
| CMYK | cmyk(46.6%, 0%, 98%, 0.8%) |
How do I convert bright lime to HEX?
Select bright lime from the color name list in our color converter. The HEX value — #87fd05 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright lime belong to?
bright lime belongs to the green color family. It is a medium, vivid color with HSL values: hue 88.5°, saturation 98.4%, lightness 50.6%.
How do I create lighter and darker shades of bright lime?
Lighter variant (lightness 65.6%): #acfe51. Darker variant (lightness 35.6%): #5fb401. 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.