#3ABD42
A medium, moderate green closely aligning with Limegreen.
About #3ABD42
The hex code #3ABD42 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(58, 189, 66).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 69% C, 0% M, 65% Y, and 26% K. The HSL representation is 123.7° hue, 53.0% saturation, and 48.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3ABD42
RGB58, 189, 66
HSL123.7°, 53.0%, 48.4%
CMYK69%, 0%, 65%, 26%
HSV123.7°, 69.3%, 74.1%
LAB67.8, -59.2, 50.4
XYZ20.9, 37.7, 11.3
Decimal3849538
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.54:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ABD42;
}
.text-color {
color: #3ABD42;
}
.border-color {
border: 2px solid #3ABD42;
}