#3AF83A
A light, vivid green closely aligning with Lime.
About #3AF83A
At its core, #3AF83A is a light and vivid hue. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 58 red, 248 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. The color uses 77% Cyan, 0% Magenta, 77% Yellow, and 3% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AF83A
RGB58, 248, 58
HSL120.0°, 93.1%, 60.0%
CMYK77%, 0%, 77%, 3%
HSV120.0°, 76.6%, 97.3%
LAB86.2, -78.4, 72.2
XYZ36.1, 68.3, 15.3
Decimal3864634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.67:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF83A;
}
.text-color {
color: #3AF83A;
}
.border-color {
border: 2px solid #3AF83A;
}