#3AF82C
A medium, vivid green closely aligning with Lime.
About #3AF82C
Visually, #3AF82C is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 58 red, 248 green, and 44 blue.
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, 82% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AF82C
RGB58, 248, 44
HSL115.9°, 93.6%, 57.3%
CMYK77%, 0%, 82%, 3%
HSV115.9°, 82.3%, 97.3%
LAB86.1, -79.2, 75.9
XYZ35.8, 68.2, 13.7
Decimal3864620
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.64:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF82C;
}
.text-color {
color: #3AF82C;
}
.border-color {
border: 2px solid #3AF82C;
}