#24DB42
A medium, vivid green closely aligning with Limegreen.
About #24DB42
When working with digital screens, the color #24DB42 is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(36, 219, 66).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 84% C, 0% M, 70% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24DB42
RGB36, 219, 66
HSL129.8°, 71.8%, 50.0%
CMYK84%, 0%, 70%, 14%
HSV129.8°, 83.6%, 85.9%
LAB76.9, -71.7, 60.1
XYZ27.0, 51.4, 13.7
Decimal2415426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.29:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24DB42;
}
.text-color {
color: #24DB42;
}
.border-color {
border: 2px solid #24DB42;
}