Shades of Lime Green #36C04F
Tints of Lime Green #36C04F
RGB
CMYK
RGB Variations
Color information
#36C04F (or 0x36C04F) is known color: Lime Green. HEX triplet: 36, C0 and 4F. RGB value is (54,192,79). Sum of RGB (Red+Green+Blue) = 54+192+79=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #36C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C04F is #C93FB0. Grayscale: #8A8A8A. Windows color (decimal): -13189041 or 5226550. OLE color: 5226550.
HSL color Cylindrical-coordinate representation of color #36C04F: hue angle of 130.87º 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 #36C04F is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 79 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.25 |
| HSL | 130.87º | 0.56% | 0.48% | - |
| HSV(B) | 130.87º | 0.72% | 0.75% | - |
| XYZ | 21.78 | 39.05 | 13.79 | - |
| YUV | 137.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 79 | 0.72 | 0 | 0.59 | 0.25 | 130.87 | 0.56 | 0.48 |
| Hex | 36 | C0 | 4F | 48 | 0 | 3B | 19 | 83 | 38 | 30 |
| Octal | 66 | 300 | 117 | 110 | 0 | 73 | 31 | 203 | 70 | 60 |
| Binary | 110110 | 11000000 | 1001111 | 1001000 | 0 | 111011 | 11001 | 10000011 | 111000 | 110000 |
Color Harmonies of #36C04F
Complementary color
Monochromatic Colors of #36C04F
Black with #36C04F
Text Example
Text Example
White with #36C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C04F; }
p { color: rgb(54,192,79); }
H1.HeaderClassName
{
color: #36C04F;
}
.AnyTagClassName
{
color: #36C04F;
}
</style>
background-color css
<style>
a { background-color: #36C04F; }
a { background-color: rgb(54,192,79); }
div.DivClassName
{
background-color: #36C04F;
}
.BgClassName
{
background-color: #36C04F;
}
</style>
border-color css
<style>
span { border-color: #36C04F; }
span { border-color: rgb(54,192,79); }
td.TdClassName
{
border-color: #36C04F;
}
.TagClassName
{
border-color: #36C04F;
}
</style>