#1DF00F
A medium, vivid green closely aligning with Lime.
About #1DF00F
Visually, #1DF00F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 240, and 15.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DF00F
RGB29, 240, 15
HSL116.3°, 88.2%, 50.0%
CMYK88%, 0%, 94%, 6%
HSV116.3°, 93.8%, 94.1%
LAB83.2, -80.8, 78.3
XYZ31.8, 62.6, 10.9
Decimal1961999
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.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF00F;
}
.text-color {
color: #1DF00F;
}
.border-color {
border: 2px solid #1DF00F;
}