What is the HEX code for light bright green?
The CSS color light bright green in HEX format is #53fe5c. Use this value directly in CSS, SVG, and most design tools.
How do I use light bright green in CSS?
To apply light bright green in CSS:
- Text color: color: #53fe5c;
- Background: background-color: #53fe5c;
- Border: border-color: #53fe5c;
What are all the color format values for light bright green?
| Format | Value |
|---|---|
| HEX | #53fe5c |
| RGB | rgb(83, 254, 92) |
| HSL | hsl(123.2, 98.8%, 66.1%) |
| CMYK | cmyk(67.3%, 0%, 63.8%, 0.4%) |
How do I convert light bright green to HEX?
Select light bright green from the color name list in our color converter. The HEX value — #53fe5c — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light bright green belong to?
light bright green belongs to the green color family. It is a medium, vivid color with HSL values: hue 123.2°, saturation 98.8%, lightness 66.1%.
How do I create lighter and darker shades of light bright green?
Lighter variant (lightness 81.1%): #9ffea4. Darker variant (lightness 51.099999999999994%): #07fe14. 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.