#3AFF1D
A medium, vivid green closely aligning with Lime.
About #3AFF1D
Visually, #3AFF1D is defined as a vivid green. Its closest recognized web color is Lime. Its digital footprint relies on 58 parts red, 255 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 77% C, 0% M, 89% Y, and 0% K. The HSL representation is 112.3° hue, 100.0% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AFF1D
RGB58, 255, 29
HSL112.3°, 100.0%, 55.7%
CMYK77%, 0%, 89%, 0%
HSV112.3°, 88.6%, 100.0%
LAB88.2, -81.7, 80.8
XYZ37.7, 72.5, 13.2
Decimal3866397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.50:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFF1D;
}
.text-color {
color: #3AFF1D;
}
.border-color {
border: 2px solid #3AFF1D;
}