#6DE942
A medium, vivid green closely aligning with Limegreen.
About #6DE942
At its core, #6DE942 is a medium and vivid hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(109, 233, 66).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 53% cyan, 0% magenta, 72% yellow, and 9% black. With a hue angle of 104.6 degrees, it sits comfortably in the green spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DE942
RGB109, 233, 66
HSL104.6°, 79.1%, 58.6%
CMYK53%, 0%, 72%, 9%
HSV104.6°, 71.7%, 91.4%
LAB82.9, -63.0, 66.7
XYZ36.4, 61.9, 15.2
Decimal7203138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.38:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE942;
}
.text-color {
color: #6DE942;
}
.border-color {
border: 2px solid #6DE942;
}