Shades of Lime Green #36C836
Tints of Lime Green #36C836
RGB
CMYK
RGB Variations
Color information
#36C836 (or 0x36C836) is known color: Lime Green. HEX triplet: 36, C8 and 36. RGB value is (54,200,54). Sum of RGB (Red+Green+Blue) = 54+200+54=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 200 (78.52% from 255 or 64.94% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 200 - color contains mainly: green. Hex color #36C836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C836 is #C937C9. Grayscale: #8C8C8C. Windows color (decimal): -13187018 or 3590198. OLE color: 3590198.
HSL color Cylindrical-coordinate representation of color #36C836: hue angle of 120º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C836 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 200 | 54 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.22 |
| HSL | 120º | 0.57% | 0.5% | - |
| HSV(B) | 120º | 0.73% | 0.78% | - |
| XYZ | 22.84 | 42.36 | 10.46 | - |
| YUV | 139.7 | 79.63 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 200 | 54 | 0.73 | 0 | 0.73 | 0.22 | 120 | 0.57 | 0.5 |
| Hex | 36 | C8 | 36 | 49 | 0 | 49 | 16 | 78 | 39 | 32 |
| Octal | 66 | 310 | 66 | 111 | 0 | 111 | 26 | 170 | 71 | 62 |
| Binary | 110110 | 11001000 | 110110 | 1001001 | 0 | 1001001 | 10110 | 1111000 | 111001 | 110010 |
Color Harmonies of #36C836
Complementary color
Monochromatic Colors of #36C836
Black with #36C836
Text Example
Text Example
White with #36C836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C836; }
p { color: rgb(54,200,54); }
H1.HeaderClassName
{
color: #36C836;
}
.AnyTagClassName
{
color: #36C836;
}
</style>
background-color css
<style>
a { background-color: #36C836; }
a { background-color: rgb(54,200,54); }
div.DivClassName
{
background-color: #36C836;
}
.BgClassName
{
background-color: #36C836;
}
</style>
border-color css
<style>
span { border-color: #36C836; }
span { border-color: rgb(54,200,54); }
td.TdClassName
{
border-color: #36C836;
}
.TagClassName
{
border-color: #36C836;
}
</style>