#6DE233
A medium, vivid green closely aligning with Limegreen.
About #6DE233
Visually, #6DE233 is defined as a vivid green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 109 red, 226 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 52% C, 0% M, 77% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DE233
RGB109, 226, 51
HSL100.1°, 75.1%, 54.3%
CMYK52%, 0%, 77%, 11%
HSV100.1°, 77.4%, 88.6%
LAB80.7, -61.4, 69.5
XYZ34.1, 57.9, 12.5
Decimal7201331
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.58:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE233;
}
.text-color {
color: #6DE233;
}
.border-color {
border: 2px solid #6DE233;
}