#3ACC1D
A medium, vivid green closely aligning with Limegreen.
About #3ACC1D
At its core, #3ACC1D is a medium and vivid hue. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 58 red, 204 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 72% C, 0% M, 86% Y, and 20% K. The HSL representation is 110.1° hue, 75.1% saturation, and 45.7% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3ACC1D
RGB58, 204, 29
HSL110.1°, 75.1%, 45.7%
CMYK72%, 0%, 86%, 20%
HSV110.1°, 85.8%, 80.0%
LAB72.3, -66.7, 67.0
XYZ23.6, 44.2, 8.4
Decimal3853341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.83:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ACC1D;
}
.text-color {
color: #3ACC1D;
}
.border-color {
border: 2px solid #3ACC1D;
}