Shades of Lime Green #1DC836
Tints of Lime Green #1DC836
RGB
CMYK
RGB Variations
Color information
#1DC836 (or 0x1DC836) is known color: Lime Green. HEX triplet: 1D, C8 and 36. RGB value is (29,200,54). Sum of RGB (Red+Green+Blue) = 29+200+54=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC836 is #E237C9. Grayscale: #848484. Windows color (decimal): -14825418 or 3590173. OLE color: 3590173.
HSL color Cylindrical-coordinate representation of color #1DC836: hue angle of 128.77º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC836 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 200 | 54 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.22 |
| HSL | 128.77º | 0.75% | 0.45% | - |
| HSV(B) | 128.77º | 0.86% | 0.78% | - |
| XYZ | 21.83 | 41.84 | 10.41 | - |
| YUV | 132.23 | 83.85 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 54 | 0.86 | 0 | 0.73 | 0.22 | 128.77 | 0.75 | 0.45 |
| Hex | 1D | C8 | 36 | 56 | 0 | 49 | 16 | 81 | 4B | 2D |
| Octal | 35 | 310 | 66 | 126 | 0 | 111 | 26 | 201 | 113 | 55 |
| Binary | 11101 | 11001000 | 110110 | 1010110 | 0 | 1001001 | 10110 | 10000001 | 1001011 | 101101 |
Color Harmonies of #1DC836
Complementary color
Monochromatic Colors of #1DC836
Black with #1DC836
Text Example
Text Example
White with #1DC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC836; }
p { color: rgb(29,200,54); }
H1.HeaderClassName
{
color: #1DC836;
}
.AnyTagClassName
{
color: #1DC836;
}
</style>
background-color css
<style>
a { background-color: #1DC836; }
a { background-color: rgb(29,200,54); }
div.DivClassName
{
background-color: #1DC836;
}
.BgClassName
{
background-color: #1DC836;
}
</style>
border-color css
<style>
span { border-color: #1DC836; }
span { border-color: rgb(29,200,54); }
td.TdClassName
{
border-color: #1DC836;
}
.TagClassName
{
border-color: #1DC836;
}
</style>