#1DF007
A medium, vivid green closely aligning with Lime.
About #1DF007
Visually, #1DF007 is defined as a vivid green. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(29, 240, 7).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. The HSL representation is 114.3° hue, 94.3% saturation, and 48.4% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DF007
RGB29, 240, 7
HSL114.3°, 94.3%, 48.4%
CMYK88%, 0%, 97%, 6%
HSV114.3°, 97.1%, 94.1%
LAB83.2, -81.0, 79.0
XYZ31.7, 62.6, 10.6
Decimal1961991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.52:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF007;
}
.text-color {
color: #1DF007;
}
.border-color {
border: 2px solid #1DF007;
}