Shades of Lime Green #1DCE32
Tints of Lime Green #1DCE32
RGB
CMYK
RGB Variations
Color information
#1DCE32 (or 0x1DCE32) is known color: Lime Green. HEX triplet: 1D, CE and 32. RGB value is (29,206,50). Sum of RGB (Red+Green+Blue) = 29+206+50=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCE32 is #E231CD. Grayscale: #878787. Windows color (decimal): -14823886 or 3329565. OLE color: 3329565.
HSL color Cylindrical-coordinate representation of color #1DCE32: hue angle of 127.12º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCE32 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 50 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.19 |
| HSL | 127.12º | 0.75% | 0.46% | - |
| HSV(B) | 127.12º | 0.86% | 0.81% | - |
| XYZ | 23.15 | 44.63 | 10.41 | - |
| YUV | 135.29 | 79.86 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 50 | 0.86 | 0 | 0.76 | 0.19 | 127.12 | 0.75 | 0.46 |
| Hex | 1D | CE | 32 | 56 | 0 | 4C | 13 | 7F | 4B | 2E |
| Octal | 35 | 316 | 62 | 126 | 0 | 114 | 23 | 177 | 113 | 56 |
| Binary | 11101 | 11001110 | 110010 | 1010110 | 0 | 1001100 | 10011 | 1111111 | 1001011 | 101110 |
Color Harmonies of #1DCE32
Complementary color
Monochromatic Colors of #1DCE32
Black with #1DCE32
Text Example
Text Example
White with #1DCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE32; }
p { color: rgb(29,206,50); }
H1.HeaderClassName
{
color: #1DCE32;
}
.AnyTagClassName
{
color: #1DCE32;
}
</style>
background-color css
<style>
a { background-color: #1DCE32; }
a { background-color: rgb(29,206,50); }
div.DivClassName
{
background-color: #1DCE32;
}
.BgClassName
{
background-color: #1DCE32;
}
</style>
border-color css
<style>
span { border-color: #1DCE32; }
span { border-color: rgb(29,206,50); }
td.TdClassName
{
border-color: #1DCE32;
}
.TagClassName
{
border-color: #1DCE32;
}
</style>