#49D32C
A medium, moderate green closely aligning with Limegreen.
About #49D32C
The precise color #49D32C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(73, 211, 44).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 65% Cyan, 0% Magenta, 79% Yellow, and 17% Black. With a hue angle of 109.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49D32C
RGB73, 211, 44
HSL109.6°, 65.5%, 50.0%
CMYK65%, 0%, 79%, 17%
HSV109.6°, 79.1%, 82.7%
LAB74.9, -65.4, 65.7
XYZ26.5, 48.2, 10.3
Decimal4838188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.64:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49D32C;
}
.text-color {
color: #49D32C;
}
.border-color {
border: 2px solid #49D32C;
}