Shades of Lime Green #1DCD32
Tints of Lime Green #1DCD32
RGB
CMYK
RGB Variations
Color information
#1DCD32 (or 0x1DCD32) is known color: Lime Green. HEX triplet: 1D, CD and 32. RGB value is (29,205,50). Sum of RGB (Red+Green+Blue) = 29+205+50=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 205 (80.47% from 255 or 72.18% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD32 is #E232CD. Grayscale: #878787. Windows color (decimal): -14824142 or 3329309. OLE color: 3329309.
HSL color Cylindrical-coordinate representation of color #1DCD32: hue angle of 127.16º 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 #1DCD32 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 50 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.20 |
| HSL | 127.16º | 0.75% | 0.46% | - |
| HSV(B) | 127.16º | 0.86% | 0.8% | - |
| XYZ | 22.91 | 44.15 | 10.33 | - |
| YUV | 134.71 | 80.19 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 50 | 0.86 | 0 | 0.76 | 0.20 | 127.16 | 0.75 | 0.46 |
| Hex | 1D | CD | 32 | 56 | 0 | 4C | 14 | 7F | 4B | 2E |
| Octal | 35 | 315 | 62 | 126 | 0 | 114 | 24 | 177 | 113 | 56 |
| Binary | 11101 | 11001101 | 110010 | 1010110 | 0 | 1001100 | 10100 | 1111111 | 1001011 | 101110 |
Color Harmonies of #1DCD32
Complementary color
Monochromatic Colors of #1DCD32
Black with #1DCD32
Text Example
Text Example
White with #1DCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD32; }
p { color: rgb(29,205,50); }
H1.HeaderClassName
{
color: #1DCD32;
}
.AnyTagClassName
{
color: #1DCD32;
}
</style>
background-color css
<style>
a { background-color: #1DCD32; }
a { background-color: rgb(29,205,50); }
div.DivClassName
{
background-color: #1DCD32;
}
.BgClassName
{
background-color: #1DCD32;
}
</style>
border-color css
<style>
span { border-color: #1DCD32; }
span { border-color: rgb(29,205,50); }
td.TdClassName
{
border-color: #1DCD32;
}
.TagClassName
{
border-color: #1DCD32;
}
</style>