Shades of Lime Green #1DEE36
Tints of Lime Green #1DEE36
RGB
CMYK
RGB Variations
Color information
#1DEE36 (or 0x1DEE36) is known color: Lime Green. HEX triplet: 1D, EE and 36. RGB value is (29,238,54). Sum of RGB (Red+Green+Blue) = 29+238+54=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEE36 is #E211C9. Grayscale: #9B9B9B. Windows color (decimal): -14815690 or 3599901. OLE color: 3599901.
HSL color Cylindrical-coordinate representation of color #1DEE36: hue angle of 127.18º degrees, saturation: 0.86, 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 #1DEE36 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 54 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.07 |
| HSL | 127.18º | 0.86% | 0.52% | - |
| HSV(B) | 127.18º | 0.88% | 0.93% | - |
| XYZ | 31.75 | 61.68 | 13.72 | - |
| YUV | 154.53 | 71.26 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 54 | 0.88 | 0 | 0.77 | 0.07 | 127.18 | 0.86 | 0.52 |
| Hex | 1D | EE | 36 | 58 | 0 | 4D | 7 | 7F | 56 | 34 |
| Octal | 35 | 356 | 66 | 130 | 0 | 115 | 7 | 177 | 126 | 64 |
| Binary | 11101 | 11101110 | 110110 | 1011000 | 0 | 1001101 | 111 | 1111111 | 1010110 | 110100 |
Color Harmonies of #1DEE36
Complementary color
Monochromatic Colors of #1DEE36
Black with #1DEE36
Text Example
Text Example
White with #1DEE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEE36; }
p { color: rgb(29,238,54); }
H1.HeaderClassName
{
color: #1DEE36;
}
.AnyTagClassName
{
color: #1DEE36;
}
</style>
background-color css
<style>
a { background-color: #1DEE36; }
a { background-color: rgb(29,238,54); }
div.DivClassName
{
background-color: #1DEE36;
}
.BgClassName
{
background-color: #1DEE36;
}
</style>
border-color css
<style>
span { border-color: #1DEE36; }
span { border-color: rgb(29,238,54); }
td.TdClassName
{
border-color: #1DEE36;
}
.TagClassName
{
border-color: #1DEE36;
}
</style>