#6DE207
A medium, vivid green closely aligning with Lawngreen.
About #6DE207
The precise color #6DE207 is an excellent choice for modern design projects. Its closest recognized web color is Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 226, and 7.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 52% C, 0% M, 97% Y, and 11% K. The HSL representation is 92.1° hue, 94.0% saturation, and 45.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DE207
RGB109, 226, 7
HSL92.1°, 94.0%, 45.7%
CMYK52%, 0%, 97%, 11%
HSV92.1°, 96.9%, 88.6%
LAB80.5, -62.8, 77.6
XYZ33.5, 57.7, 9.6
Decimal7201287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.53:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE207;
}
.text-color {
color: #6DE207;
}
.border-color {
border: 2px solid #6DE207;
}