Shades of Lime Green #1DCD1D
Tints of Lime Green #1DCD1D
RGB
CMYK
RGB Variations
Color information
#1DCD1D (or 0x1DCD1D) is known color: Lime Green. HEX triplet: 1D, CD and 1D. RGB value is (29,205,29). Sum of RGB (Red+Green+Blue) = 29+205+29=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 205 (80.47% from 255 or 77.95% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD1D is #E232E2. Grayscale: #848484. Windows color (decimal): -14824163 or 1953053. OLE color: 1953053.
HSL color Cylindrical-coordinate representation of color #1DCD1D: hue angle of 120º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCD1D is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 29 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.20 |
| HSL | 120º | 0.75% | 0.46% | - |
| HSV(B) | 120º | 0.86% | 0.8% | - |
| XYZ | 22.56 | 44.01 | 8.47 | - |
| YUV | 132.31 | 69.69 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 29 | 0.86 | 0 | 0.86 | 0.20 | 120 | 0.75 | 0.46 |
| Hex | 1D | CD | 1D | 56 | 0 | 56 | 14 | 78 | 4B | 2E |
| Octal | 35 | 315 | 35 | 126 | 0 | 126 | 24 | 170 | 113 | 56 |
| Binary | 11101 | 11001101 | 11101 | 1010110 | 0 | 1010110 | 10100 | 1111000 | 1001011 | 101110 |
Color Harmonies of #1DCD1D
Complementary color
Monochromatic Colors of #1DCD1D
Black with #1DCD1D
Text Example
Text Example
White with #1DCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD1D; }
p { color: rgb(29,205,29); }
H1.HeaderClassName
{
color: #1DCD1D;
}
.AnyTagClassName
{
color: #1DCD1D;
}
</style>
background-color css
<style>
a { background-color: #1DCD1D; }
a { background-color: rgb(29,205,29); }
div.DivClassName
{
background-color: #1DCD1D;
}
.BgClassName
{
background-color: #1DCD1D;
}
</style>
border-color css
<style>
span { border-color: #1DCD1D; }
span { border-color: rgb(29,205,29); }
td.TdClassName
{
border-color: #1DCD1D;
}
.TagClassName
{
border-color: #1DCD1D;
}
</style>