#6DD31D
A medium, vivid green closely aligning with Limegreen.
About #6DD31D
When working with digital screens, the color #6DD31D is rendered by mixing light. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 109 parts red, 211 parts green, and 29 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 48% C, 0% M, 86% Y, and 17% K. With a hue angle of 93.6 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#6DD31D
RGB109, 211, 29
HSL93.6°, 75.8%, 47.1%
CMYK48%, 0%, 86%, 17%
HSV93.6°, 86.3%, 82.7%
LAB76.0, -56.9, 70.8
XYZ29.8, 49.9, 9.2
Decimal7197469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.99:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DD31D;
}
.text-color {
color: #6DD31D;
}
.border-color {
border: 2px solid #6DD31D;
}