#33CC07
A medium, vivid green closely aligning with Limegreen.
About #33CC07
At its core, #33CC07 is a medium and vivid hue. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 51 red, 204 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. The color uses 75% Cyan, 0% Magenta, 97% Yellow, and 20% Black. With a hue angle of 106.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33CC07
RGB51, 204, 7
HSL106.6°, 93.4%, 41.4%
CMYK75%, 0%, 97%, 20%
HSV106.6°, 96.6%, 80.0%
LAB72.2, -68.5, 70.2
XYZ23.0, 43.9, 7.5
Decimal3394567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.78:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33CC07;
}
.text-color {
color: #33CC07;
}
.border-color {
border: 2px solid #33CC07;
}