#49F866
A light, vivid green closely aligning with Springgreen.
About #49F866
Visually, #49F866 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Springgreen. This translates to an RGB value of rgb(73, 248, 102).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 71% cyan, 0% magenta, 59% yellow, and 3% black. With a hue angle of 129.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49F866
RGB73, 248, 102
HSL129.9°, 92.6%, 62.9%
CMYK71%, 0%, 59%, 3%
HSV129.9°, 70.6%, 97.3%
LAB86.8, -72.3, 56.4
XYZ38.7, 69.5, 23.9
Decimal4847718
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.90:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F866;
}
.text-color {
color: #49F866;
}
.border-color {
border: 2px solid #49F866;
}