#6DE224
A medium, vivid green closely aligning with Limegreen.
About #6DE224
When working with digital screens, the color #6DE224 is rendered by mixing light. 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, 226, and 36.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 52% C, 0% M, 84% Y, and 11% K. With a hue angle of 96.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#6DE224
RGB109, 226, 36
HSL96.9°, 76.6%, 51.4%
CMYK52%, 0%, 84%, 11%
HSV96.9°, 84.1%, 88.6%
LAB80.6, -62.1, 73.3
XYZ33.8, 57.8, 11.0
Decimal7201316
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.55:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE224;
}
.text-color {
color: #6DE224;
}
.border-color {
border: 2px solid #6DE224;
}