#6DD64A
A medium, moderate green closely aligning with Limegreen.
About #6DD64A
At its core, #6DD64A is a medium and moderate hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(109, 214, 74).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 49% cyan, 0% magenta, 65% yellow, and 16% black. With a hue angle of 105.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DD64A
RGB109, 214, 74
HSL105.0°, 63.1%, 56.5%
CMYK49%, 0%, 65%, 16%
HSV105.0°, 65.4%, 83.9%
LAB77.2, -55.3, 57.8
XYZ31.6, 51.8, 14.8
Decimal7198282
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.37:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DD64A;
}
.text-color {
color: #6DD64A;
}
.border-color {
border: 2px solid #6DD64A;
}