Shades of Lime Green #36C22E
Tints of Lime Green #36C22E
RGB
CMYK
RGB Variations
Color information
#36C22E (or 0x36C22E) is known color: Lime Green. HEX triplet: 36, C2 and 2E. RGB value is (54,194,46). Sum of RGB (Red+Green+Blue) = 54+194+46=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 194 (76.17% from 255 or 65.99% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 194 - color contains mainly: green. Hex color #36C22E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C22E is #C93DD1. Grayscale: #878787. Windows color (decimal): -13188562 or 3064374. OLE color: 3064374.
HSL color Cylindrical-coordinate representation of color #36C22E: hue angle of 116.76º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36C22E is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 46 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.24 |
| HSL | 116.76º | 0.62% | 0.47% | - |
| HSV(B) | 116.76º | 0.76% | 0.76% | - |
| XYZ | 21.31 | 39.57 | 9.1 | - |
| YUV | 135.27 | 77.62 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 46 | 0.72 | 0 | 0.76 | 0.24 | 116.76 | 0.62 | 0.47 |
| Hex | 36 | C2 | 2E | 48 | 0 | 4C | 18 | 75 | 3E | 2F |
| Octal | 66 | 302 | 56 | 110 | 0 | 114 | 30 | 165 | 76 | 57 |
| Binary | 110110 | 11000010 | 101110 | 1001000 | 0 | 1001100 | 11000 | 1110101 | 111110 | 101111 |
Color Harmonies of #36C22E
Complementary color
Monochromatic Colors of #36C22E
Black with #36C22E
Text Example
Text Example
White with #36C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C22E; }
p { color: rgb(54,194,46); }
H1.HeaderClassName
{
color: #36C22E;
}
.AnyTagClassName
{
color: #36C22E;
}
</style>
background-color css
<style>
a { background-color: #36C22E; }
a { background-color: rgb(54,194,46); }
div.DivClassName
{
background-color: #36C22E;
}
.BgClassName
{
background-color: #36C22E;
}
</style>
border-color css
<style>
span { border-color: #36C22E; }
span { border-color: rgb(54,194,46); }
td.TdClassName
{
border-color: #36C22E;
}
.TagClassName
{
border-color: #36C22E;
}
</style>