#49DB8A
A medium, moderate green closely aligning with Lightgreen.
About #49DB8A
At its core, #49DB8A is a medium and moderate hue. Designers often compare it to the standard color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 219, and 138.
If you are designing for print, the four-color process is what matters most. The color uses 67% Cyan, 0% Magenta, 37% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49DB8A
RGB73, 219, 138
HSL146.7°, 67.0%, 57.3%
CMYK67%, 0%, 37%, 14%
HSV146.7°, 66.7%, 85.9%
LAB78.4, -56.7, 28.8
XYZ32.7, 53.9, 32.7
Decimal4840330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.78:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49DB8A;
}
.text-color {
color: #49DB8A;
}
.border-color {
border: 2px solid #49DB8A;
}