#33D300
A medium, vivid green closely aligning with Limegreen.
About #33D300
Visually, #33D300 is defined as a vivid 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, 211, and 0.
Translating this color to physical media requires the CMYK color model. The color uses 76% Cyan, 0% Magenta, 100% Yellow, and 17% Black. The HSL representation is 105.5° hue, 100.0% saturation, and 41.4% lightness.
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#33D300
RGB51, 211, 0
HSL105.5°, 100.0%, 41.4%
CMYK76%, 0%, 100%, 17%
HSV105.5°, 100.0%, 82.7%
LAB74.4, -70.7, 72.7
XYZ24.7, 47.3, 7.8
Decimal3396352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.46:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33D300;
}
.text-color {
color: #33D300;
}
.border-color {
border: 2px solid #33D300;
}