Shades of Lime Green #1DED36
Tints of Lime Green #1DED36
RGB
CMYK
RGB Variations
Color information
#1DED36 (or 0x1DED36) is known color: Lime Green. HEX triplet: 1D, ED and 36. RGB value is (29,237,54). Sum of RGB (Red+Green+Blue) = 29+237+54=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 237 (92.97% from 255 or 74.06% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DED36 is #E212C9. Grayscale: #9A9A9A. Windows color (decimal): -14815946 or 3599645. OLE color: 3599645.
HSL color Cylindrical-coordinate representation of color #1DED36: hue angle of 127.21º degrees, saturation: 0.85, 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 #1DED36 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 54 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.07 |
| HSL | 127.21º | 0.85% | 0.52% | - |
| HSV(B) | 127.21º | 0.88% | 0.93% | - |
| XYZ | 31.46 | 61.1 | 13.62 | - |
| YUV | 153.95 | 71.59 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 54 | 0.88 | 0 | 0.77 | 0.07 | 127.21 | 0.85 | 0.52 |
| Hex | 1D | ED | 36 | 58 | 0 | 4D | 7 | 7F | 55 | 34 |
| Octal | 35 | 355 | 66 | 130 | 0 | 115 | 7 | 177 | 125 | 64 |
| Binary | 11101 | 11101101 | 110110 | 1011000 | 0 | 1001101 | 111 | 1111111 | 1010101 | 110100 |
Color Harmonies of #1DED36
Complementary color
Monochromatic Colors of #1DED36
Black with #1DED36
Text Example
Text Example
White with #1DED36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DED36; }
p { color: rgb(29,237,54); }
H1.HeaderClassName
{
color: #1DED36;
}
.AnyTagClassName
{
color: #1DED36;
}
</style>
background-color css
<style>
a { background-color: #1DED36; }
a { background-color: rgb(29,237,54); }
div.DivClassName
{
background-color: #1DED36;
}
.BgClassName
{
background-color: #1DED36;
}
</style>
border-color css
<style>
span { border-color: #1DED36; }
span { border-color: rgb(29,237,54); }
td.TdClassName
{
border-color: #1DED36;
}
.TagClassName
{
border-color: #1DED36;
}
</style>