#49FF83
A light, vivid green closely aligning with Springgreen.
About #49FF83
At its core, #49FF83 is a light and vivid hue. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(73, 255, 131).
If you are designing for print, the four-color process is what matters most. The color uses 71% Cyan, 0% Magenta, 49% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49FF83
RGB73, 255, 131
HSL139.1°, 100.0%, 64.3%
CMYK71%, 0%, 49%, 0%
HSV139.1°, 71.4%, 100.0%
LAB89.2, -70.8, 46.2
XYZ42.6, 74.6, 33.6
Decimal4849539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.92:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FF83;
}
.text-color {
color: #49FF83;
}
.border-color {
border: 2px solid #49FF83;
}