#3ACC57
A medium, moderate green closely aligning with Limegreen.
About #3ACC57
At its core, #3ACC57 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 204, and 87.
If you are designing for print, the four-color process is what matters most. The color uses 72% Cyan, 0% Magenta, 57% Yellow, and 20% Black. With a hue angle of 131.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3ACC57
RGB58, 204, 87
HSL131.9°, 58.9%, 51.4%
CMYK72%, 0%, 57%, 20%
HSV131.9°, 71.6%, 80.0%
LAB72.7, -61.9, 46.7
XYZ25.1, 44.8, 16.3
Decimal3853399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.95:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ACC57;
}
.text-color {
color: #3ACC57;
}
.border-color {
border: 2px solid #3ACC57;
}