#3ABD49
A medium, moderate green closely aligning with Limegreen.
About #3ABD49
The precise color #3ABD49 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 58 red, 189 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. The color uses 69% Cyan, 0% Magenta, 61% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3ABD49
RGB58, 189, 73
HSL126.9°, 53.0%, 48.4%
CMYK69%, 0%, 61%, 26%
HSV126.9°, 69.3%, 74.1%
LAB67.9, -58.5, 47.4
XYZ21.1, 37.8, 12.5
Decimal3849545
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.56:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ABD49;
}
.text-color {
color: #3ABD49;
}
.border-color {
border: 2px solid #3ABD49;
}