#3AF007
A medium, vivid green closely aligning with Lime.
About #3AF007
Visually, #3AF007 is defined as a vivid green. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 58 red, 240 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 76% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AF007
RGB58, 240, 7
HSL106.9°, 94.3%, 48.4%
CMYK76%, 0%, 97%, 6%
HSV106.9°, 97.1%, 94.1%
LAB83.6, -77.9, 79.5
XYZ32.9, 63.2, 10.7
Decimal3862535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.65: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: #3AF007;
}
.text-color {
color: #3AF007;
}
.border-color {
border: 2px solid #3AF007;
}