#6DF850
A light, vivid green closely aligning with Limegreen.
About #6DF850
The precise color #6DF850 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 109 red, 248 green, and 80 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 56% C, 0% M, 68% Y, and 3% K. With a hue angle of 109.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DF850
RGB109, 248, 80
HSL109.6°, 92.3%, 64.3%
CMYK56%, 0%, 68%, 3%
HSV109.6°, 67.7%, 97.3%
LAB87.5, -67.2, 66.4
XYZ41.3, 71.0, 19.1
Decimal7206992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.19:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF850;
}
.text-color {
color: #6DF850;
}
.border-color {
border: 2px solid #6DF850;
}