#24B62C
A medium, moderate green closely aligning with Limegreen.
About #24B62C
At its core, #24B62C is a medium and moderate hue. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 182, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 80% cyan, 0% magenta, 76% yellow, and 29% black. The HSL representation is 123.3° hue, 67.0% saturation, and 42.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24B62C
RGB36, 182, 44
HSL123.3°, 67.0%, 42.7%
CMYK80%, 0%, 76%, 29%
HSV123.3°, 80.2%, 71.4%
LAB65.0, -62.4, 55.8
XYZ17.9, 34.0, 8.0
Decimal2405932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.80:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24B62C;
}
.text-color {
color: #24B62C;
}
.border-color {
border: 2px solid #24B62C;
}