#49B61D
A medium, vivid green closely aligning with Limegreen.
About #49B61D
When working with digital screens, the color #49B61D is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(73, 182, 29).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 60% cyan, 0% magenta, 84% yellow, and 29% black. With a hue angle of 102.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49B61D
RGB73, 182, 29
HSL102.7°, 72.5%, 41.4%
CMYK60%, 0%, 84%, 29%
HSV102.7°, 84.1%, 71.4%
LAB65.7, -56.3, 61.3
XYZ19.7, 35.0, 6.9
Decimal4830749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.99:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49B61D;
}
.text-color {
color: #49B61D;
}
.border-color {
border: 2px solid #49B61D;
}