#3AF049
A medium, vivid green closely aligning with Limegreen.
About #3AF049
Visually, #3AF049 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 58 parts red, 240 parts green, and 73 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 76% C, 0% M, 70% Y, and 6% K. The HSL representation is 124.9° hue, 85.8% saturation, and 58.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AF049
RGB58, 240, 73
HSL124.9°, 85.8%, 58.4%
CMYK76%, 0%, 70%, 6%
HSV124.9°, 75.8%, 94.1%
LAB83.8, -74.9, 64.8
XYZ34.1, 63.7, 16.8
Decimal3862601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.74:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF049;
}
.text-color {
color: #3AF049;
}
.border-color {
border: 2px solid #3AF049;
}