#33B600
A dark, vivid green closely aligning with Limegreen.
About #33B600
The hex code #33B600 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 182, and 0.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 72% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#33B600
RGB51, 182, 0
HSL103.2°, 100.0%, 35.7%
CMYK72%, 0%, 100%, 29%
HSV103.2°, 100.0%, 71.4%
LAB65.1, -61.9, 65.3
XYZ18.1, 34.2, 5.6
Decimal3388928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.83:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33B600;
}
.text-color {
color: #33B600;
}
.border-color {
border: 2px solid #33B600;
}