#33CC0F
A medium, vivid green closely aligning with Limegreen.
About #33CC0F
The hex code #33CC0F represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 51 parts red, 204 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 75% Cyan, 0% Magenta, 93% Yellow, and 20% Black. The HSL representation is 108.6° hue, 86.3% saturation, and 42.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33CC0F
RGB51, 204, 15
HSL108.6°, 86.3%, 42.9%
CMYK75%, 0%, 93%, 20%
HSV108.6°, 92.6%, 80.0%
LAB72.2, -68.3, 69.3
XYZ23.0, 43.9, 7.7
Decimal3394575
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: #33CC0F;
}
.text-color {
color: #33CC0F;
}
.border-color {
border: 2px solid #33CC0F;
}