#1DD35F
A medium, vivid green closely aligning with Limegreen.
About #1DD35F
Visually, #1DD35F is defined as a vivid green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(29, 211, 95).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 86% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DD35F
RGB29, 211, 95
HSL141.8°, 75.8%, 47.1%
CMYK86%, 0%, 55%, 17%
HSV141.8°, 86.3%, 82.7%
LAB74.6, -66.6, 45.1
XYZ25.9, 47.7, 18.7
Decimal1954655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.54:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DD35F;
}
.text-color {
color: #1DD35F;
}
.border-color {
border: 2px solid #1DD35F;
}