#49D366
A medium, moderate green closely aligning with Lightgreen.
About #49D366
The precise color #49D366 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 211, and 102.
Translating this color to physical media requires the CMYK color model. The color uses 65% Cyan, 0% Magenta, 52% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49D366
RGB73, 211, 102
HSL132.6°, 61.1%, 55.7%
CMYK65%, 0%, 52%, 17%
HSV132.6°, 65.4%, 82.7%
LAB75.4, -59.7, 43.0
XYZ28.4, 49.0, 20.5
Decimal4838246
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.79:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49D366;
}
.text-color {
color: #49D366;
}
.border-color {
border: 2px solid #49D366;
}