Highlighter green to RGB — Color Code

RGB

rgb(27, 252, 6)

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%)

What is the RGB code for highlighter green?

The CSS color highlighter green in RGB format is rgb(27, 252, 6). 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: rgb(27, 252, 6);
  • Background: background-color: rgb(27, 252, 6);
  • Border: border-color: rgb(27, 252, 6);

What are all the color format values for highlighter green?

FormatValue
HEX#1bfc06
RGBrgb(27, 252, 6)
HSLhsl(114.9, 97.6%, 50.6%)
CMYKcmyk(89.3%, 0%, 97.6%, 1.2%)

How do I convert highlighter green to RGB?

Select highlighter green from the color name list in our color converter. The RGB value — rgb(27, 252, 6) — 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 RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.