#49F0A0
A light, vivid green closely aligning with Mediumspringgreen.
About #49F0A0
When working with digital screens, the color #49F0A0 is rendered by mixing light. It is closely associated with the named CSS color Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 240, and 160.
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, 33% Y, and 6% K. The HSL representation is 151.3° hue, 84.8% saturation, and 61.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49F0A0
RGB73, 240, 160
HSL151.3°, 84.8%, 61.4%
CMYK70%, 0%, 33%, 6%
HSV151.3°, 69.6%, 94.1%
LAB85.1, -60.5, 26.6
XYZ40.3, 66.3, 43.9
Decimal4845728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.25:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F0A0;
}
.text-color {
color: #49F0A0;
}
.border-color {
border: 2px solid #49F0A0;
}