#6DDB5F
A light, moderate green closely aligning with Limegreen.
About #6DDB5F
At its core, #6DDB5F is a light and moderate hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(109, 219, 95).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 0% magenta, 57% yellow, and 14% black. The HSL representation is 113.2° hue, 63.3% saturation, and 61.6% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DDB5F
RGB109, 219, 95
HSL113.2°, 63.3%, 61.6%
CMYK50%, 0%, 57%, 14%
HSV113.2°, 56.6%, 85.9%
LAB78.9, -55.1, 50.6
XYZ33.7, 54.7, 19.6
Decimal7199583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.95:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DDB5F;
}
.text-color {
color: #6DDB5F;
}
.border-color {
border: 2px solid #6DDB5F;
}