What is the HEX code for highlighter green?
The CSS color highlighter green in HEX format is #1bfc06. Use this value directly in CSS, SVG, and most design tools.
How do I use highlighter green in CSS?
To apply highlighter green in CSS:
- Text color: color: #1bfc06;
- Background: background-color: #1bfc06;
- Border: border-color: #1bfc06;
What are all the color format values for highlighter green?
| Format | Value |
|---|---|
| HEX | #1bfc06 |
| RGB | rgb(27, 252, 6) |
| HSL | hsl(114.9, 97.6%, 50.6%) |
| CMYK | cmyk(89.3%, 0%, 97.6%, 1.2%) |
How do I convert highlighter green to HEX?
Select highlighter green from the color name list in our color converter. The HEX value — #1bfc06 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does highlighter green belong to?
highlighter green belongs to the green color family. It is a medium, vivid color with HSL values: hue 114.9°, saturation 97.6%, lightness 50.6%.
How do I create lighter and darker shades of highlighter green?
Lighter variant (lightness 65.6%): #60fd52. Darker variant (lightness 35.6%): #11b302. 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.