#24F875
A medium, vivid green closely aligning with Springgreen.
About #24F875
At its core, #24F875 is a medium and vivid hue. Designers often compare it to the standard color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 248, and 117.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 85% cyan and 0% magenta inks. With a hue angle of 142.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#24F875
RGB36, 248, 117
HSL142.9°, 93.8%, 55.7%
CMYK85%, 0%, 53%, 3%
HSV142.9°, 85.5%, 97.3%
LAB86.4, -74.6, 49.2
XYZ37.5, 68.8, 28.1
Decimal2422901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.76:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F875;
}
.text-color {
color: #24F875;
}
.border-color {
border: 2px solid #24F875;
}