#6DC55F
A medium, moderate green closely aligning with Lightgreen.
About #6DC55F
Visually, #6DC55F is defined as a moderate green. Its closest recognized web color is Lightgreen. In the RGB color space, it consists of 109 red, 197 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 45% cyan, 0% magenta, 52% yellow, and 23% black. The HSL representation is 111.8° hue, 46.8% saturation, and 57.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DC55F
RGB109, 197, 95
HSL111.8°, 46.8%, 57.3%
CMYK45%, 0%, 52%, 23%
HSV111.8°, 51.8%, 77.3%
LAB72.2, -46.3, 42.7
XYZ28.3, 44.0, 17.8
Decimal7193951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.80:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DC55F;
}
.text-color {
color: #6DC55F;
}
.border-color {
border: 2px solid #6DC55F;
}