#33AF00
A dark, vivid green closely aligning with Limegreen.
About #33AF00
At its core, #33AF00 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(51, 175, 0).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#33AF00
RGB51, 175, 0
HSL102.5°, 100.0%, 34.3%
CMYK71%, 0%, 100%, 31%
HSV102.5°, 100.0%, 68.6%
LAB62.8, -59.7, 63.4
XYZ16.7, 31.4, 5.2
Decimal3387136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.27:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33AF00;
}
.text-color {
color: #33AF00;
}
.border-color {
border: 2px solid #33AF00;
}