#49F8AF
A light, vivid green closely aligning with Mediumspringgreen.
About #49F8AF
Visually, #49F8AF is defined as a vivid green. Its closest recognized web color is Mediumspringgreen. In the RGB color space, it consists of 73 red, 248 green, and 175 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 71% Cyan, 0% Magenta, 29% Yellow, and 3% Black. The HSL representation is 155.0° hue, 92.6% saturation, and 62.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49F8AF
RGB73, 248, 175
HSL155.0°, 92.6%, 62.9%
CMYK71%, 0%, 29%, 3%
HSV155.0°, 70.6%, 97.3%
LAB87.8, -60.5, 22.6
XYZ44.1, 71.6, 52.1
Decimal4847791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.33:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F8AF;
}
.text-color {
color: #49F8AF;
}
.border-color {
border: 2px solid #49F8AF;
}