Shades of Lime Green #36C046
Tints of Lime Green #36C046
RGB
CMYK
RGB Variations
Color information
#36C046 (or 0x36C046) is known color: Lime Green. HEX triplet: 36, C0 and 46. RGB value is (54,192,70). Sum of RGB (Red+Green+Blue) = 54+192+70=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #36C046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C046 is #C93FB9. Grayscale: #898989. Windows color (decimal): -13189050 or 4636726. OLE color: 4636726.
HSL color Cylindrical-coordinate representation of color #36C046: hue angle of 126.96º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C046 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 70 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.25 |
| HSL | 126.96º | 0.56% | 0.48% | - |
| HSV(B) | 126.96º | 0.72% | 0.75% | - |
| XYZ | 21.48 | 38.93 | 12.18 | - |
| YUV | 136.83 | 90.28 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 70 | 0.72 | 0 | 0.64 | 0.25 | 126.96 | 0.56 | 0.48 |
| Hex | 36 | C0 | 46 | 48 | 0 | 40 | 19 | 7F | 38 | 30 |
| Octal | 66 | 300 | 106 | 110 | 0 | 100 | 31 | 177 | 70 | 60 |
| Binary | 110110 | 11000000 | 1000110 | 1001000 | 0 | 1000000 | 11001 | 1111111 | 111000 | 110000 |
Color Harmonies of #36C046
Complementary color
Monochromatic Colors of #36C046
Black with #36C046
Text Example
Text Example
White with #36C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C046; }
p { color: rgb(54,192,70); }
H1.HeaderClassName
{
color: #36C046;
}
.AnyTagClassName
{
color: #36C046;
}
</style>
background-color css
<style>
a { background-color: #36C046; }
a { background-color: rgb(54,192,70); }
div.DivClassName
{
background-color: #36C046;
}
.BgClassName
{
background-color: #36C046;
}
</style>
border-color css
<style>
span { border-color: #36C046; }
span { border-color: rgb(54,192,70); }
td.TdClassName
{
border-color: #36C046;
}
.TagClassName
{
border-color: #36C046;
}
</style>