#24D35F
A medium, vivid green closely aligning with Limegreen.
About #24D35F
The hex code #24D35F represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(36, 211, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 83% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24D35F
RGB36, 211, 95
HSL140.2°, 70.9%, 48.4%
CMYK83%, 0%, 55%, 17%
HSV140.2°, 82.9%, 82.7%
LAB74.7, -66.0, 45.2
XYZ26.1, 47.8, 18.7
Decimal2413407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.56:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24D35F;
}
.text-color {
color: #24D35F;
}
.border-color {
border: 2px solid #24D35F;
}