Electric green to RGB — Color Code

RGB

rgb(33, 252, 13)

Format Value
HEX #21fc0d
RGB rgb(33, 252, 13)
HSL hsl(115, 97.6%, 52%)
CMYK cmyk(86.9%, 0%, 94.8%, 1.2%)

What is the RGB code for electric green?

The CSS color electric green in RGB format is rgb(33, 252, 13). Use this value directly in CSS, SVG, and most design tools.

How do I use electric green in CSS?

To apply electric green in CSS:

  • Text color: color: rgb(33, 252, 13);
  • Background: background-color: rgb(33, 252, 13);
  • Border: border-color: rgb(33, 252, 13);

What are all the color format values for electric green?

FormatValue
HEX#21fc0d
RGBrgb(33, 252, 13)
HSLhsl(115, 97.6%, 52%)
CMYKcmyk(86.9%, 0%, 94.8%, 1.2%)

How do I convert electric green to RGB?

Select electric green from the color name list in our color converter. The RGB value — rgb(33, 252, 13) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does electric green belong to?

electric green belongs to the green color family. It is a medium, vivid color with HSL values: hue 115°, saturation 97.6%, lightness 52%.

How do I create lighter and darker shades of electric green?

Lighter variant (lightness 67%): #66fd59. Darker variant (lightness 37%): #12ba02. 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.