#33A000
A dark, vivid green closely aligning with Green.
About #33A000
Visually, #33A000 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Green. This translates to an RGB value of rgb(51, 160, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 68% C, 0% M, 100% Y, and 37% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33A000
RGB51, 160, 0
HSL100.9°, 100.0%, 31.4%
CMYK68%, 0%, 100%, 37%
HSV100.9°, 100.0%, 62.7%
LAB57.9, -54.8, 59.5
XYZ13.9, 25.8, 4.3
Decimal3383296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.17:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33A000;
}
.text-color {
color: #33A000;
}
.border-color {
border: 2px solid #33A000;
}