#3AFF42
A light, vivid green closely aligning with Lime.
About #3AFF42
When working with digital screens, the color #3AFF42 is rendered by mixing light. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 255, and 66.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 77% C, 0% M, 74% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AFF42
RGB58, 255, 66
HSL122.4°, 100.0%, 61.4%
CMYK77%, 0%, 74%, 0%
HSV122.4°, 77.3%, 100.0%
LAB88.4, -79.9, 71.9
XYZ38.5, 72.8, 17.2
Decimal3866434
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.56:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFF42;
}
.text-color {
color: #3AFF42;
}
.border-color {
border: 2px solid #3AFF42;
}