#24F066
A medium, vivid green closely aligning with Springgreen.
About #24F066
Visually, #24F066 is defined as a vivid green. Its closest recognized web color is Springgreen. Its digital footprint relies on 36 parts red, 240 parts green, and 102 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 85% Cyan, 0% Magenta, 57% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#24F066
RGB36, 240, 102
HSL139.4°, 87.2%, 54.1%
CMYK85%, 0%, 57%, 6%
HSV139.4°, 85.0%, 94.1%
LAB83.8, -74.2, 52.8
XYZ34.3, 63.7, 23.0
Decimal2420838
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.73:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F066;
}
.text-color {
color: #24F066;
}
.border-color {
border: 2px solid #24F066;
}