#6DDB2C
A medium, vivid green closely aligning with Limegreen.
About #6DDB2C
The precise color #6DDB2C 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, 219 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 50% C, 0% M, 80% Y, and 14% K. The HSL representation is 97.7° hue, 70.9% saturation, and 51.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DDB2C
RGB109, 219, 44
HSL97.7°, 70.9%, 51.6%
CMYK50%, 0%, 80%, 14%
HSV97.7°, 79.9%, 85.9%
LAB78.5, -59.2, 69.4
XYZ32.1, 54.1, 11.1
Decimal7199532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.82:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DDB2C;
}
.text-color {
color: #6DDB2C;
}
.border-color {
border: 2px solid #6DDB2C;
}