#3AFF49
A light, vivid green closely aligning with Lime.
About #3AFF49
Visually, #3AFF49 is defined as a vivid green. It is closely associated with the named CSS color Lime. Its digital footprint relies on 58 parts red, 255 parts green, and 73 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 0% magenta, 71% yellow, and 0% black. 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#3AFF49
RGB58, 255, 73
HSL124.6°, 100.0%, 61.4%
CMYK77%, 0%, 71%, 0%
HSV124.6°, 77.3%, 100.0%
LAB88.4, -79.4, 69.6
XYZ38.7, 72.9, 18.3
Decimal3866441
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.58:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFF49;
}
.text-color {
color: #3AFF49;
}
.border-color {
border: 2px solid #3AFF49;
}