#49E966
A light, vivid green closely aligning with Springgreen.
About #49E966
Visually, #49E966 is defined as a vivid green. It is closely associated with the named CSS color Springgreen. In the RGB color space, it consists of 73 red, 233 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 69% Cyan, 0% Magenta, 56% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49E966
RGB73, 233, 102
HSL130.9°, 78.4%, 60.0%
CMYK69%, 0%, 56%, 9%
HSV130.9°, 68.7%, 91.4%
LAB82.2, -67.3, 51.1
XYZ34.3, 60.7, 22.5
Decimal4843878
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.13:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E966;
}
.text-color {
color: #49E966;
}
.border-color {
border: 2px solid #49E966;
}