#33AF07
A dark, vivid green closely aligning with Limegreen.
About #33AF07
When working with digital screens, the color #33AF07 is rendered by mixing light. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 51 parts red, 175 parts green, and 7 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 71% Cyan, 0% Magenta, 96% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33AF07
RGB51, 175, 7
HSL104.3°, 92.3%, 35.7%
CMYK71%, 0%, 96%, 31%
HSV104.3°, 96.0%, 68.6%
LAB62.8, -59.5, 62.5
XYZ16.7, 31.4, 5.4
Decimal3387143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.28:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.19:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33AF07;
}
.text-color {
color: #33AF07;
}
.border-color {
border: 2px solid #33AF07;
}