#6DE250
A light, vivid green closely aligning with Limegreen.
About #6DE250
Visually, #6DE250 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 109 red, 226 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. The color uses 52% Cyan, 0% Magenta, 65% Yellow, and 11% Black. With a hue angle of 108.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DE250
RGB109, 226, 80
HSL108.1°, 71.6%, 60.0%
CMYK52%, 0%, 65%, 11%
HSV108.1°, 64.6%, 88.6%
LAB80.9, -59.3, 59.3
XYZ35.0, 58.2, 17.0
Decimal7201360
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.64:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE250;
}
.text-color {
color: #6DE250;
}
.border-color {
border: 2px solid #6DE250;
}