#3AF80F
A medium, vivid green closely aligning with Lime.
About #3AF80F
Visually, #3AF80F 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, 248 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 77% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AF80F
RGB58, 248, 15
HSL108.9°, 94.3%, 51.6%
CMYK77%, 0%, 94%, 3%
HSV108.9°, 94.0%, 97.3%
LAB86.0, -80.1, 80.8
XYZ35.4, 68.1, 11.7
Decimal3864591
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.61:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF80F;
}
.text-color {
color: #3AF80F;
}
.border-color {
border: 2px solid #3AF80F;
}