#3AF842
A light, vivid green closely aligning with Lime.
About #3AF842
At its core, #3AF842 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(58, 248, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 77% cyan, 0% magenta, 73% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AF842
RGB58, 248, 66
HSL122.5°, 93.1%, 60.0%
CMYK77%, 0%, 73%, 3%
HSV122.5°, 76.6%, 97.3%
LAB86.2, -77.9, 69.7
XYZ36.3, 68.4, 16.4
Decimal3864642
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.69:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF842;
}
.text-color {
color: #3AF842;
}
.border-color {
border: 2px solid #3AF842;
}