#1DE907
A medium, vivid green closely aligning with Lime.
About #1DE907
The hex code #1DE907 represents a beautifully specific shade of green. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 29 red, 233 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 0% Magenta, 97% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DE907
RGB29, 233, 7
HSL114.2°, 94.2%, 47.1%
CMYK88%, 0%, 97%, 9%
HSV114.2°, 97.0%, 91.4%
LAB81.0, -79.1, 77.3
XYZ29.7, 58.6, 9.9
Decimal1960199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.71:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE907;
}
.text-color {
color: #1DE907;
}
.border-color {
border: 2px solid #1DE907;
}