#49CC33
A medium, moderate green closely aligning with Limegreen.
About #49CC33
At its core, #49CC33 is a medium and moderate hue. 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 73, 204, and 51.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 64% cyan and 0% magenta inks. The HSL representation is 111.4° hue, 60.0% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#49CC33
RGB73, 204, 51
HSL111.4°, 60.0%, 50.0%
CMYK64%, 0%, 75%, 20%
HSV111.4°, 75.0%, 80.0%
LAB72.8, -62.6, 61.4
XYZ24.9, 44.8, 10.5
Decimal4836403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.97:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC33;
}
.text-color {
color: #49CC33;
}
.border-color {
border: 2px solid #49CC33;
}