#8AF057
A light, vivid green closely aligning with Limegreen.
About #8AF057
Visually, #8AF057 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(138, 240, 87).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 43% cyan, 0% magenta, 64% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8AF057
RGB138, 240, 87
HSL100.0°, 83.6%, 64.1%
CMYK43%, 0%, 64%, 6%
HSV100.0°, 63.7%, 94.1%
LAB86.2, -55.7, 62.7
XYZ43.4, 68.4, 19.9
Decimal9105495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.68: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: #8AF057;
}
.text-color {
color: #8AF057;
}
.border-color {
border: 2px solid #8AF057;
}