#24E92C
A medium, vivid green closely aligning with Lime.
About #24E92C
Visually, #24E92C is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(36, 233, 44).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 85% cyan, 0% magenta, 81% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#24E92C
RGB36, 233, 44
HSL122.4°, 81.7%, 52.7%
CMYK85%, 0%, 81%, 9%
HSV122.4°, 84.5%, 91.4%
LAB81.2, -77.3, 71.3
XYZ30.3, 58.8, 12.1
Decimal2418988
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.77:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E92C;
}
.text-color {
color: #24E92C;
}
.border-color {
border: 2px solid #24E92C;
}