#6DE28A
A light, moderate green closely aligning with Lightgreen.
About #6DE28A
Visually, #6DE28A is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 109 red, 226 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 52% C, 0% M, 39% Y, and 11% K. The HSL representation is 134.9° hue, 66.9% saturation, and 65.7% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DE28A
RGB109, 226, 138
HSL134.9°, 66.9%, 65.7%
CMYK52%, 0%, 39%, 11%
HSV134.9°, 51.8%, 88.6%
LAB81.6, -51.9, 33.2
XYZ38.1, 59.5, 33.5
Decimal7201418
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.90:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE28A;
}
.text-color {
color: #6DE28A;
}
.border-color {
border: 2px solid #6DE28A;
}