#1DD357
A medium, vivid green closely aligning with Limegreen.
About #1DD357
At its core, #1DD357 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 29 parts red, 211 parts green, and 87 parts blue light.
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. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DD357
RGB29, 211, 87
HSL139.1°, 75.8%, 47.1%
CMYK86%, 0%, 59%, 17%
HSV139.1°, 86.3%, 82.7%
LAB74.5, -67.7, 48.7
XYZ25.5, 47.5, 16.8
Decimal1954647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.51:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DD357;
}
.text-color {
color: #1DD357;
}
.border-color {
border: 2px solid #1DD357;
}