#24CC2C
A medium, vivid green closely aligning with Limegreen.
About #24CC2C
When working with digital screens, the color #24CC2C is rendered by mixing light. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 36 red, 204 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. With a hue angle of 122.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24CC2C
RGB36, 204, 44
HSL122.9°, 70.0%, 47.1%
CMYK82%, 0%, 78%, 20%
HSV122.9°, 82.4%, 80.0%
LAB72.1, -69.0, 62.7
XYZ22.8, 43.7, 9.6
Decimal2411564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.75:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24CC2C;
}
.text-color {
color: #24CC2C;
}
.border-color {
border: 2px solid #24CC2C;
}