#24DB49
A medium, vivid green closely aligning with Limegreen.
About #24DB49
When working with digital screens, the color #24DB49 is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(36, 219, 73).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 84% C, 0% M, 67% Y, and 14% K. With a hue angle of 132.1 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24DB49
RGB36, 219, 73
HSL132.1°, 71.8%, 50.0%
CMYK84%, 0%, 67%, 14%
HSV132.1°, 83.6%, 85.9%
LAB77.0, -71.1, 57.5
XYZ27.3, 51.5, 14.8
Decimal2415433
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.30:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24DB49;
}
.text-color {
color: #24DB49;
}
.border-color {
border: 2px solid #24DB49;
}