#8AFF5F
A light, vivid green closely aligning with Limegreen.
About #8AFF5F
Visually, #8AFF5F is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 255, and 95.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 46% C, 0% M, 63% Y, and 0% K. With a hue angle of 103.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AFF5F
RGB138, 255, 95
HSL103.9°, 100.0%, 68.6%
CMYK46%, 0%, 63%, 0%
HSV103.9°, 62.7%, 100.0%
LAB90.7, -60.7, 64.3
XYZ48.3, 77.7, 23.3
Decimal9109343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.55:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFF5F;
}
.text-color {
color: #8AFF5F;
}
.border-color {
border: 2px solid #8AFF5F;
}