#49DB7C
A medium, moderate green closely aligning with Mediumspringgreen.
About #49DB7C
When working with digital screens, the color #49DB7C is rendered by mixing light. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(73, 219, 124).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 67% C, 0% M, 43% Y, and 14% K. The HSL representation is 141.0° hue, 67.0% saturation, and 57.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#49DB7C
RGB73, 219, 124
HSL141.0°, 67.0%, 57.3%
CMYK67%, 0%, 43%, 14%
HSV141.0°, 66.7%, 85.9%
LAB78.2, -59.2, 35.6
XYZ31.7, 53.5, 27.7
Decimal4840316
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.71:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49DB7C;
}
.text-color {
color: #49DB7C;
}
.border-color {
border: 2px solid #49DB7C;
}