#3AF849
A light, vivid green closely aligning with Limegreen.
About #3AF849
The hex code #3AF849 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(58, 248, 73).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 0% magenta, 71% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#3AF849
RGB58, 248, 73
HSL124.7°, 93.1%, 60.0%
CMYK77%, 0%, 71%, 3%
HSV124.7°, 76.6%, 97.3%
LAB86.3, -77.3, 67.4
XYZ36.5, 68.5, 17.6
Decimal3864649
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.70:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF849;
}
.text-color {
color: #3AF849;
}
.border-color {
border: 2px solid #3AF849;
}