#33F82C
A medium, vivid green closely aligning with Lime.
About #33F82C
The hex code #33F82C represents a beautifully specific shade of green. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(51, 248, 44).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 79% cyan, 0% magenta, 82% yellow, and 3% black. With a hue angle of 117.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33F82C
RGB51, 248, 44
HSL117.9°, 93.6%, 57.3%
CMYK79%, 0%, 82%, 3%
HSV117.9°, 82.3%, 97.3%
LAB86.0, -80.0, 75.8
XYZ35.4, 68.0, 13.6
Decimal3405868
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.60:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F82C;
}
.text-color {
color: #33F82C;
}
.border-color {
border: 2px solid #33F82C;
}