#6DE275
A light, moderate green closely aligning with Lightgreen.
About #6DE275
Visually, #6DE275 is defined as a moderate green. Designers often compare it to the standard color Lightgreen. Its digital footprint relies on 109 parts red, 226 parts green, and 117 parts blue light.
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. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DE275
RGB109, 226, 117
HSL124.1°, 66.9%, 65.7%
CMYK52%, 0%, 48%, 11%
HSV124.1°, 51.8%, 88.6%
LAB81.3, -55.1, 43.2
XYZ36.7, 58.9, 26.3
Decimal7201397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.79:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE275;
}
.text-color {
color: #6DE275;
}
.border-color {
border: 2px solid #6DE275;
}