#49CC24
A medium, vivid green closely aligning with Limegreen.
About #49CC24
When working with digital screens, the color #49CC24 is rendered by mixing light. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(73, 204, 36).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 64% C, 0% M, 82% Y, and 20% K. The HSL representation is 106.8° hue, 70.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49CC24
RGB73, 204, 36
HSL106.8°, 70.0%, 47.1%
CMYK64%, 0%, 82%, 20%
HSV106.8°, 82.4%, 80.0%
LAB72.7, -63.5, 65.8
XYZ24.7, 44.7, 9.0
Decimal4836388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.95:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC24;
}
.text-color {
color: #49CC24;
}
.border-color {
border: 2px solid #49CC24;
}