Shades of Lime Green #36C32E
Tints of Lime Green #36C32E
RGB
CMYK
RGB Variations
Color information
#36C32E (or 0x36C32E) is known color: Lime Green. HEX triplet: 36, C3 and 2E. RGB value is (54,195,46). Sum of RGB (Red+Green+Blue) = 54+195+46=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #36C32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C32E is #C93CD1. Grayscale: #888888. Windows color (decimal): -13188306 or 3064630. OLE color: 3064630.
HSL color Cylindrical-coordinate representation of color #36C32E: hue angle of 116.78º 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 #36C32E is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 195 | 46 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.24 |
| HSL | 116.78º | 0.62% | 0.47% | - |
| HSV(B) | 116.78º | 0.76% | 0.76% | - |
| XYZ | 21.53 | 40.01 | 9.17 | - |
| YUV | 135.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 195 | 46 | 0.72 | 0 | 0.76 | 0.24 | 116.78 | 0.62 | 0.47 |
| Hex | 36 | C3 | 2E | 48 | 0 | 4C | 18 | 75 | 3E | 2F |
| Octal | 66 | 303 | 56 | 110 | 0 | 114 | 30 | 165 | 76 | 57 |
| Binary | 110110 | 11000011 | 101110 | 1001000 | 0 | 1001100 | 11000 | 1110101 | 111110 | 101111 |
Color Harmonies of #36C32E
Complementary color
Monochromatic Colors of #36C32E
Black with #36C32E
Text Example
Text Example
White with #36C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C32E; }
p { color: rgb(54,195,46); }
H1.HeaderClassName
{
color: #36C32E;
}
.AnyTagClassName
{
color: #36C32E;
}
</style>
background-color css
<style>
a { background-color: #36C32E; }
a { background-color: rgb(54,195,46); }
div.DivClassName
{
background-color: #36C32E;
}
.BgClassName
{
background-color: #36C32E;
}
</style>
border-color css
<style>
span { border-color: #36C32E; }
span { border-color: rgb(54,195,46); }
td.TdClassName
{
border-color: #36C32E;
}
.TagClassName
{
border-color: #36C32E;
}
</style>