Shades of Lime Green #36C845
Tints of Lime Green #36C845
RGB
CMYK
RGB Variations
Color information
#36C845 (or 0x36C845) is known color: Lime Green. HEX triplet: 36, C8 and 45. RGB value is (54,200,69). Sum of RGB (Red+Green+Blue) = 54+200+69=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #36C845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C845 is #C937BA. Grayscale: #8D8D8D. Windows color (decimal): -13187003 or 4573238. OLE color: 4573238.
HSL color Cylindrical-coordinate representation of color #36C845: hue angle of 126.16º 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 #36C845 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 200 | 69 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.22 |
| HSL | 126.16º | 0.57% | 0.5% | - |
| HSV(B) | 126.16º | 0.73% | 0.78% | - |
| XYZ | 23.25 | 42.52 | 12.61 | - |
| YUV | 141.41 | 87.13 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 200 | 69 | 0.73 | 0 | 0.66 | 0.22 | 126.16 | 0.57 | 0.5 |
| Hex | 36 | C8 | 45 | 49 | 0 | 42 | 16 | 7E | 39 | 32 |
| Octal | 66 | 310 | 105 | 111 | 0 | 102 | 26 | 176 | 71 | 62 |
| Binary | 110110 | 11001000 | 1000101 | 1001001 | 0 | 1000010 | 10110 | 1111110 | 111001 | 110010 |
Color Harmonies of #36C845
Complementary color
Monochromatic Colors of #36C845
Black with #36C845
Text Example
Text Example
White with #36C845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C845; }
p { color: rgb(54,200,69); }
H1.HeaderClassName
{
color: #36C845;
}
.AnyTagClassName
{
color: #36C845;
}
</style>
background-color css
<style>
a { background-color: #36C845; }
a { background-color: rgb(54,200,69); }
div.DivClassName
{
background-color: #36C845;
}
.BgClassName
{
background-color: #36C845;
}
</style>
border-color css
<style>
span { border-color: #36C845; }
span { border-color: rgb(54,200,69); }
td.TdClassName
{
border-color: #36C845;
}
.TagClassName
{
border-color: #36C845;
}
</style>