#3ACC24
A medium, vivid green closely aligning with Limegreen.
About #3ACC24
Visually, #3ACC24 is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 204, and 36.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 72% Cyan, 0% Magenta, 82% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3ACC24
RGB58, 204, 36
HSL112.1°, 70.0%, 47.1%
CMYK72%, 0%, 82%, 20%
HSV112.1°, 82.4%, 80.0%
LAB72.4, -66.4, 65.4
XYZ23.7, 44.2, 9.0
Decimal3853348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.84:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ACC24;
}
.text-color {
color: #3ACC24;
}
.border-color {
border: 2px solid #3ACC24;
}