#1DD349
A medium, vivid green closely aligning with Limegreen.
About #1DD349
Visually, #1DD349 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(29, 211, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 86% cyan and 0% magenta inks. The HSL representation is 134.5° hue, 75.8% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#1DD349
RGB29, 211, 73
HSL134.5°, 75.8%, 47.1%
CMYK86%, 0%, 65%, 17%
HSV134.5°, 86.3%, 82.7%
LAB74.4, -69.3, 54.6
XYZ25.0, 47.3, 14.1
Decimal1954633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.47:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DD349;
}
.text-color {
color: #1DD349;
}
.border-color {
border: 2px solid #1DD349;
}