#49F05F
A light, vivid green closely aligning with Springgreen.
About #49F05F
The hex code #49F05F represents a beautifully specific shade of green. It is closely associated with the named CSS color Springgreen. In the RGB color space, it consists of 73 red, 240 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 70% C, 0% M, 60% Y, and 6% K. The HSL representation is 127.9° hue, 84.8% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49F05F
RGB73, 240, 95
HSL127.9°, 84.8%, 61.4%
CMYK70%, 0%, 60%, 6%
HSV127.9°, 69.6%, 94.1%
LAB84.3, -70.5, 56.6
XYZ36.0, 64.6, 21.4
Decimal4845663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.91:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F05F;
}
.text-color {
color: #49F05F;
}
.border-color {
border: 2px solid #49F05F;
}