Shades of Lime Green #1DEC36
Tints of Lime Green #1DEC36
RGB
CMYK
RGB Variations
Color information
#1DEC36 (or 0x1DEC36) is known color: Lime Green. HEX triplet: 1D, EC and 36. RGB value is (29,236,54). Sum of RGB (Red+Green+Blue) = 29+236+54=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEC36 is #E213C9. Grayscale: #999999. Windows color (decimal): -14816202 or 3599389. OLE color: 3599389.
HSL color Cylindrical-coordinate representation of color #1DEC36: hue angle of 127.25º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEC36 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 54 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.07 |
| HSL | 127.25º | 0.84% | 0.52% | - |
| HSV(B) | 127.25º | 0.88% | 0.93% | - |
| XYZ | 31.17 | 60.52 | 13.53 | - |
| YUV | 153.36 | 71.92 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 54 | 0.88 | 0 | 0.77 | 0.07 | 127.25 | 0.84 | 0.52 |
| Hex | 1D | EC | 36 | 58 | 0 | 4D | 7 | 7F | 54 | 34 |
| Octal | 35 | 354 | 66 | 130 | 0 | 115 | 7 | 177 | 124 | 64 |
| Binary | 11101 | 11101100 | 110110 | 1011000 | 0 | 1001101 | 111 | 1111111 | 1010100 | 110100 |
Color Harmonies of #1DEC36
Complementary color
Monochromatic Colors of #1DEC36
Black with #1DEC36
Text Example
Text Example
White with #1DEC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC36; }
p { color: rgb(29,236,54); }
H1.HeaderClassName
{
color: #1DEC36;
}
.AnyTagClassName
{
color: #1DEC36;
}
</style>
background-color css
<style>
a { background-color: #1DEC36; }
a { background-color: rgb(29,236,54); }
div.DivClassName
{
background-color: #1DEC36;
}
.BgClassName
{
background-color: #1DEC36;
}
</style>
border-color css
<style>
span { border-color: #1DEC36; }
span { border-color: rgb(29,236,54); }
td.TdClassName
{
border-color: #1DEC36;
}
.TagClassName
{
border-color: #1DEC36;
}
</style>