#3AFF00
A medium, vivid green closely aligning with Lime.
About #3AFF00
Visually, #3AFF00 is defined as a vivid green. Designers often compare it to the standard color Lime. Its digital footprint relies on 58 parts red, 255 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 77% cyan and 0% magenta inks. With a hue angle of 106.4 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AFF00
RGB58, 255, 0
HSL106.4°, 100.0%, 50.0%
CMYK77%, 0%, 100%, 0%
HSV106.4°, 100.0%, 100.0%
LAB88.2, -82.3, 83.7
XYZ37.5, 72.4, 12.0
Decimal3866368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.48:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFF00;
}
.text-color {
color: #3AFF00;
}
.border-color {
border: 2px solid #3AFF00;
}