#3AC52C
A medium, moderate green closely aligning with Limegreen.
About #3AC52C
The hex code #3AC52C represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 197, and 44.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. The HSL representation is 114.5° hue, 63.5% saturation, and 47.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AC52C
RGB58, 197, 44
HSL114.5°, 63.5%, 47.3%
CMYK71%, 0%, 78%, 23%
HSV114.5°, 77.7%, 77.3%
LAB70.2, -63.7, 61.1
XYZ22.2, 41.0, 9.1
Decimal3851564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.20:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AC52C;
}
.text-color {
color: #3AC52C;
}
.border-color {
border: 2px solid #3AC52C;
}