Electric green to RGB — Color Code

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

electric green color harmonies

Tints & shades of electric green

Tints (lighter)

#35fc23 #49fd39 #5efd4f #72fd65 #86fd7b #9afe91 #aefea7 #c2febd #d7fed3 #ebffe9

Shades (darker)

#1ee50c #1bce0b #18b709 #15a008 #128907 #0f7306 #0c5c05 #094504 #062e02 #031701

Contrast & accessibility

The quick brown fox

On white · 1.4:1 · Fail

The quick brown fox

On black · 14.99:1 · AAA

Recommended text color: #000000

Use electric green in code

CSS color: #21fc0d;
SCSS $color: #21fc0d;
Tailwind bg-[#21fc0d]
Swift UIColor(red: 0.129, green: 0.988, blue: 0.051, alpha: 1)
Android Color.parseColor("#21fc0d")
Flutter Color(0xFF21FC0D)

Colors similar to electric green

Browse all Green colors →

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.