#6DE93A
A medium, vivid green closely aligning with Limegreen.
About #6DE93A
Visually, #6DE93A is defined as a vivid green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(109, 233, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 53% C, 0% M, 75% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DE93A
RGB109, 233, 58
HSL102.5°, 79.9%, 57.1%
CMYK53%, 0%, 75%, 9%
HSV102.5°, 75.1%, 91.4%
LAB82.8, -63.5, 69.4
XYZ36.2, 61.8, 14.0
Decimal7203130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.37:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE93A;
}
.text-color {
color: #6DE93A;
}
.border-color {
border: 2px solid #6DE93A;
}