#6DD375
A light, moderate green closely aligning with Lightgreen.
About #6DD375
The hex code #6DD375 represents a beautifully specific shade of green. Designers often compare it to the standard color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 211, and 117.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 48% Cyan, 0% Magenta, 45% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#6DD375
RGB109, 211, 117
HSL124.7°, 53.7%, 62.7%
CMYK48%, 0%, 45%, 17%
HSV124.7°, 48.3%, 82.7%
LAB76.8, -49.0, 37.5
XYZ32.8, 51.1, 25.0
Decimal7197557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.22:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DD375;
}
.text-color {
color: #6DD375;
}
.border-color {
border: 2px solid #6DD375;
}