#6DE299
A light, moderate green closely aligning with Lightgreen.
About #6DE299
The hex code #6DE299 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(109, 226, 153).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 52% cyan and 0% magenta inks. With a hue angle of 142.6 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DE299
RGB109, 226, 153
HSL142.6°, 66.9%, 65.7%
CMYK52%, 0%, 32%, 11%
HSV142.6°, 51.8%, 88.6%
LAB81.8, -49.2, 25.8
XYZ39.3, 59.9, 39.6
Decimal7201433
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.99:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE299;
}
.text-color {
color: #6DE299;
}
.border-color {
border: 2px solid #6DE299;
}