#6DE20F
A medium, vivid green closely aligning with Lawngreen.
About #6DE20F
Visually, #6DE20F is defined as a vivid green. It is closely associated with the named CSS color Lawngreen. Its digital footprint relies on 109 parts red, 226 parts green, and 15 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 52% cyan, 0% magenta, 93% yellow, and 11% black. With a hue angle of 93.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#6DE20F
RGB109, 226, 15
HSL93.3°, 87.6%, 47.3%
CMYK52%, 0%, 93%, 11%
HSV93.3°, 93.4%, 88.6%
LAB80.6, -62.7, 76.8
XYZ33.6, 57.7, 9.8
Decimal7201295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.54:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE20F;
}
.text-color {
color: #6DE20F;
}
.border-color {
border: 2px solid #6DE20F;
}