#3ACC2C
A medium, moderate green closely aligning with Limegreen.
About #3ACC2C
At its core, #3ACC2C is a medium and moderate hue. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 58 red, 204 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 72% Cyan, 0% Magenta, 78% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3ACC2C
RGB58, 204, 44
HSL114.8°, 64.5%, 48.6%
CMYK72%, 0%, 78%, 20%
HSV114.8°, 78.4%, 80.0%
LAB72.4, -65.9, 63.2
XYZ23.8, 44.3, 9.7
Decimal3853356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.85:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ACC2C;
}
.text-color {
color: #3ACC2C;
}
.border-color {
border: 2px solid #3ACC2C;
}