#6DF01D
A medium, vivid green closely aligning with Lawngreen.
About #6DF01D
The precise color #6DF01D is an excellent choice for modern design projects. It is closely associated with the named CSS color Lawngreen. In the RGB color space, it consists of 109 red, 240 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 55% cyan and 0% magenta inks. The HSL representation is 97.3° hue, 87.6% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DF01D
RGB109, 240, 29
HSL97.3°, 87.6%, 52.7%
CMYK55%, 0%, 88%, 6%
HSV97.3°, 87.9%, 94.1%
LAB84.8, -67.2, 78.3
XYZ37.7, 65.7, 11.8
Decimal7204893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.13:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF01D;
}
.text-color {
color: #6DF01D;
}
.border-color {
border: 2px solid #6DF01D;
}