#3AF000
A medium, vivid green closely aligning with Lime.
About #3AF000
Visually, #3AF000 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. Its digital footprint relies on 58 parts red, 240 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 76% cyan, 0% magenta, 100% yellow, and 6% black. With a hue angle of 105.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3AF000
RGB58, 240, 0
HSL105.5°, 100.0%, 47.1%
CMYK76%, 0%, 100%, 6%
HSV105.5°, 100.0%, 94.1%
LAB83.6, -78.0, 80.0
XYZ32.9, 63.2, 10.5
Decimal3862528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.64:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF000;
}
.text-color {
color: #3AF000;
}
.border-color {
border: 2px solid #3AF000;
}