#24FF49
A medium, vivid green closely aligning with Lime.
About #24FF49
Visually, #24FF49 is defined as a vivid green. Its closest recognized web color is Lime. Its digital footprint relies on 36 parts red, 255 parts green, and 73 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 86% C, 0% M, 71% Y, and 0% K. The HSL representation is 130.1° hue, 100.0% saturation, and 57.1% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24FF49
RGB36, 255, 73
HSL130.1°, 100.0%, 57.1%
CMYK86%, 0%, 71%, 0%
HSV130.1°, 85.9%, 100.0%
LAB88.1, -81.6, 69.2
XYZ37.7, 72.4, 18.3
Decimal2424649
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.48:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24FF49;
}
.text-color {
color: #24FF49;
}
.border-color {
border: 2px solid #24FF49;
}