#3ABD33
A medium, moderate green closely aligning with Limegreen.
About #3ABD33
At its core, #3ABD33 is a medium and moderate hue. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 189, and 51.
If you are designing for print, the four-color process is what matters most. The color uses 69% Cyan, 0% Magenta, 73% Yellow, and 26% Black. The HSL representation is 117.0° hue, 57.5% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3ABD33
RGB58, 189, 51
HSL117.0°, 57.5%, 47.1%
CMYK69%, 0%, 73%, 26%
HSV117.0°, 73.0%, 74.1%
LAB67.7, -60.6, 56.2
XYZ20.5, 37.5, 9.3
Decimal3849523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.51:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ABD33;
}
.text-color {
color: #3ABD33;
}
.border-color {
border: 2px solid #3ABD33;
}