#6DE292
A light, moderate green closely aligning with Lightgreen.
About #6DE292
At its core, #6DE292 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 226, and 146.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 52% C, 0% M, 35% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DE292
RGB109, 226, 146
HSL139.0°, 66.9%, 65.7%
CMYK52%, 0%, 35%, 11%
HSV139.0°, 51.8%, 88.6%
LAB81.7, -50.5, 29.3
XYZ38.7, 59.7, 36.7
Decimal7201426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.94:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE292;
}
.text-color {
color: #6DE292;
}
.border-color {
border: 2px solid #6DE292;
}