#3AF02C
A medium, vivid green closely aligning with Lime.
About #3AF02C
The precise color #3AF02C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(58, 240, 44).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 76% cyan, 0% magenta, 82% yellow, and 6% black. With a hue angle of 115.7 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AF02C
RGB58, 240, 44
HSL115.7°, 86.7%, 55.7%
CMYK76%, 0%, 82%, 6%
HSV115.7°, 81.7%, 94.1%
LAB83.7, -76.8, 73.7
XYZ33.4, 63.4, 12.9
Decimal3862572
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.68:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF02C;
}
.text-color {
color: #3AF02C;
}
.border-color {
border: 2px solid #3AF02C;
}