#49E275
A medium, vivid green closely aligning with Mediumspringgreen.
About #49E275
When working with digital screens, the color #49E275 is rendered by mixing light. It is closely associated with the named CSS color Mediumspringgreen. This translates to an RGB value of rgb(73, 226, 117).
Translating this color to physical media requires the CMYK color model. The color uses 68% Cyan, 0% Magenta, 48% Yellow, and 11% Black. The HSL representation is 137.3° hue, 72.5% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#49E275
RGB73, 226, 117
HSL137.3°, 72.5%, 58.6%
CMYK68%, 0%, 48%, 11%
HSV137.3°, 67.7%, 88.6%
LAB80.2, -62.8, 41.7
XYZ33.2, 57.1, 26.1
Decimal4842101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.42:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E275;
}
.text-color {
color: #49E275;
}
.border-color {
border: 2px solid #49E275;
}