#24B616
A medium, vivid green closely aligning with Limegreen.
About #24B616
The hex code #24B616 represents a beautifully specific shade of 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 36, 182, and 22.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 80% C, 0% M, 88% Y, and 29% K. The HSL representation is 114.8° hue, 78.4% saturation, and 40.0% lightness.
When using this color as a background, text legibility must be considered. 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#24B616
RGB36, 182, 22
HSL114.8°, 78.4%, 40.0%
CMYK80%, 0%, 88%, 29%
HSV114.8°, 87.9%, 71.4%
LAB64.9, -63.6, 61.8
XYZ17.6, 33.9, 6.4
Decimal2405910
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.78:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24B616;
}
.text-color {
color: #24B616;
}
.border-color {
border: 2px solid #24B616;
}