#8AFF6D
A light, vivid green closely aligning with Limegreen.
About #8AFF6D
Visually, #8AFF6D is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 138 red, 255 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 46% cyan and 0% magenta inks. With a hue angle of 108.1 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AFF6D
RGB138, 255, 109
HSL108.1°, 100.0%, 71.4%
CMYK46%, 0%, 57%, 0%
HSV108.1°, 57.3%, 100.0%
LAB90.8, -59.4, 58.6
XYZ49.0, 78.0, 26.9
Decimal9109357
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.61:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFF6D;
}
.text-color {
color: #8AFF6D;
}
.border-color {
border: 2px solid #8AFF6D;
}