#24F849
A medium, vivid green closely aligning with Lime.
About #24F849
When working with digital screens, the color #24F849 is rendered by mixing light. Its closest recognized web color is Lime. This translates to an RGB value of rgb(36, 248, 73).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 85% Cyan, 0% Magenta, 71% Yellow, and 3% Black. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24F849
RGB36, 248, 73
HSL130.5°, 93.8%, 55.7%
CMYK85%, 0%, 71%, 3%
HSV130.5°, 85.5%, 97.3%
LAB86.0, -79.6, 67.0
XYZ35.5, 68.0, 17.6
Decimal2422857
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.60:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F849;
}
.text-color {
color: #24F849;
}
.border-color {
border: 2px solid #24F849;
}