#24F842
A medium, vivid green closely aligning with Lime.
About #24F842
Visually, #24F842 is defined as a vivid green. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(36, 248, 66).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 85% C, 0% M, 73% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24F842
RGB36, 248, 66
HSL128.5°, 93.8%, 55.7%
CMYK85%, 0%, 73%, 3%
HSV128.5°, 85.5%, 97.3%
LAB86.0, -80.1, 69.4
XYZ35.3, 67.9, 16.4
Decimal2422850
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.58:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F842;
}
.text-color {
color: #24F842;
}
.border-color {
border: 2px solid #24F842;
}