#24B642
A medium, moderate green closely aligning with Limegreen.
About #24B642
At its core, #24B642 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(36, 182, 66).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 80% Cyan, 0% Magenta, 64% Yellow, and 29% Black. The HSL representation is 132.3° hue, 67.0% saturation, and 42.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24B642
RGB36, 182, 66
HSL132.3°, 67.0%, 42.7%
CMYK80%, 0%, 64%, 29%
HSV132.3°, 80.2%, 71.4%
LAB65.1, -60.3, 47.4
XYZ18.4, 34.2, 10.8
Decimal2405954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.84:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24B642;
}
.text-color {
color: #24B642;
}
.border-color {
border: 2px solid #24B642;
}