#49DB3A
A medium, moderate green closely aligning with Limegreen.
About #49DB3A
Visually, #49DB3A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(73, 219, 58).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 67% cyan, 0% magenta, 74% yellow, and 14% black. With a hue angle of 114.4 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#49DB3A
RGB73, 219, 58
HSL114.4°, 69.1%, 54.3%
CMYK67%, 0%, 74%, 14%
HSV114.4°, 73.5%, 85.9%
LAB77.5, -67.1, 63.8
XYZ28.8, 52.4, 12.6
Decimal4840250
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.48:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49DB3A;
}
.text-color {
color: #49DB3A;
}
.border-color {
border: 2px solid #49DB3A;
}