#3AF850
A light, vivid green closely aligning with Limegreen.
About #3AF850
Visually, #3AF850 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 248, and 80.
Translating this color to physical media requires the CMYK color model. The color uses 77% Cyan, 0% Magenta, 68% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AF850
RGB58, 248, 80
HSL126.9°, 93.1%, 60.0%
CMYK77%, 0%, 68%, 3%
HSV126.9°, 76.6%, 97.3%
LAB86.3, -76.7, 64.8
XYZ36.8, 68.6, 18.9
Decimal3864656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.72:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF850;
}
.text-color {
color: #3AF850;
}
.border-color {
border: 2px solid #3AF850;
}