#3AC507
A medium, vivid green closely aligning with Limegreen.
About #3AC507
Visually, #3AC507 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(58, 197, 7).
If you are designing for print, the four-color process is what matters most. The color uses 71% Cyan, 0% Magenta, 96% Yellow, and 23% Black. The HSL representation is 103.9° hue, 93.1% saturation, and 40.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AC507
RGB58, 197, 7
HSL103.9°, 93.1%, 40.0%
CMYK71%, 0%, 96%, 23%
HSV103.9°, 96.4%, 77.3%
LAB70.1, -65.2, 68.5
XYZ21.7, 40.8, 6.9
Decimal3851527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.17:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AC507;
}
.text-color {
color: #3AC507;
}
.border-color {
border: 2px solid #3AC507;
}