#49BD3A
A medium, moderate green closely aligning with Limegreen.
About #49BD3A
The hex code #49BD3A represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 73 red, 189 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. The color uses 61% Cyan, 0% Magenta, 69% Yellow, and 26% Black. With a hue angle of 113.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49BD3A
RGB73, 189, 58
HSL113.1°, 53.0%, 48.4%
CMYK61%, 0%, 69%, 26%
HSV113.1°, 69.3%, 74.1%
LAB68.1, -56.9, 54.1
XYZ21.7, 38.1, 10.2
Decimal4832570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.62:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49BD3A;
}
.text-color {
color: #49BD3A;
}
.border-color {
border: 2px solid #49BD3A;
}