#3AFF3A
A light, vivid green closely aligning with Lime.
About #3AFF3A
At its core, #3AFF3A is a light and vivid hue. Its closest recognized web color is Lime. In the RGB color space, it consists of 58 red, 255 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 77% C, 0% M, 77% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AFF3A
RGB58, 255, 58
HSL120.0°, 100.0%, 61.4%
CMYK77%, 0%, 77%, 0%
HSV120.0°, 77.3%, 100.0%
LAB88.3, -80.4, 74.3
XYZ38.3, 72.7, 16.0
Decimal3866426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.55:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFF3A;
}
.text-color {
color: #3AFF3A;
}
.border-color {
border: 2px solid #3AFF3A;
}