#6DE95F
A light, vivid green closely aligning with Limegreen.
About #6DE95F
The precise color #6DE95F is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 233, and 95.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 53% C, 0% M, 59% Y, and 9% K. The HSL representation is 113.9° hue, 75.8% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#6DE95F
RGB109, 233, 95
HSL113.9°, 75.8%, 64.3%
CMYK53%, 0%, 59%, 9%
HSV113.9°, 59.2%, 91.4%
LAB83.1, -60.4, 55.5
XYZ37.5, 62.4, 20.9
Decimal7203167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.47:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE95F;
}
.text-color {
color: #6DE95F;
}
.border-color {
border: 2px solid #6DE95F;
}