#3AF824
A medium, vivid green closely aligning with Lime.
About #3AF824
When working with digital screens, the color #3AF824 is rendered by mixing light. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 248, and 36.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 77% C, 0% M, 85% Y, and 3% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AF824
RGB58, 248, 36
HSL113.8°, 93.8%, 55.7%
CMYK77%, 0%, 85%, 3%
HSV113.8°, 85.5%, 97.3%
LAB86.1, -79.5, 77.7
XYZ35.6, 68.2, 12.9
Decimal3864612
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.63:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF824;
}
.text-color {
color: #3AF824;
}
.border-color {
border: 2px solid #3AF824;
}