Shades of Lime Green #36C22C
Tints of Lime Green #36C22C
RGB
CMYK
RGB Variations
Color information
#36C22C (or 0x36C22C) is known color: Lime Green. HEX triplet: 36, C2 and 2C. RGB value is (54,194,44). Sum of RGB (Red+Green+Blue) = 54+194+44=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 194 (76.17% from 255 or 66.44% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 194 - color contains mainly: green. Hex color #36C22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C22C is #C93DD3. Grayscale: #878787. Windows color (decimal): -13188564 or 2933302. OLE color: 2933302.
HSL color Cylindrical-coordinate representation of color #36C22C: hue angle of 116º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36C22C is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 44 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.24 |
| HSL | 116º | 0.63% | 0.47% | - |
| HSV(B) | 116º | 0.77% | 0.76% | - |
| XYZ | 21.27 | 39.55 | 8.9 | - |
| YUV | 135.04 | 76.62 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 44 | 0.72 | 0 | 0.77 | 0.24 | 116 | 0.63 | 0.47 |
| Hex | 36 | C2 | 2C | 48 | 0 | 4D | 18 | 74 | 3F | 2F |
| Octal | 66 | 302 | 54 | 110 | 0 | 115 | 30 | 164 | 77 | 57 |
| Binary | 110110 | 11000010 | 101100 | 1001000 | 0 | 1001101 | 11000 | 1110100 | 111111 | 101111 |
Color Harmonies of #36C22C
Complementary color
Monochromatic Colors of #36C22C
Black with #36C22C
Text Example
Text Example
White with #36C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C22C; }
p { color: rgb(54,194,44); }
H1.HeaderClassName
{
color: #36C22C;
}
.AnyTagClassName
{
color: #36C22C;
}
</style>
background-color css
<style>
a { background-color: #36C22C; }
a { background-color: rgb(54,194,44); }
div.DivClassName
{
background-color: #36C22C;
}
.BgClassName
{
background-color: #36C22C;
}
</style>
border-color css
<style>
span { border-color: #36C22C; }
span { border-color: rgb(54,194,44); }
td.TdClassName
{
border-color: #36C22C;
}
.TagClassName
{
border-color: #36C22C;
}
</style>