#6DD35F
A light, moderate green closely aligning with Lightgreen.
About #6DD35F
The hex code #6DD35F represents a beautifully specific shade of green. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(109, 211, 95).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 48% cyan, 0% magenta, 55% yellow, and 17% black. With a hue angle of 112.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DD35F
RGB109, 211, 95
HSL112.8°, 56.9%, 60.0%
CMYK48%, 0%, 55%, 17%
HSV112.8°, 55.0%, 82.7%
LAB76.5, -52.0, 47.8
XYZ31.7, 50.7, 18.9
Decimal7197535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.13:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DD35F;
}
.text-color {
color: #6DD35F;
}
.border-color {
border: 2px solid #6DD35F;
}