Shades of Lime Green #36C04E
Tints of Lime Green #36C04E
RGB
CMYK
RGB Variations
Color information
#36C04E (or 0x36C04E) is known color: Lime Green. HEX triplet: 36, C0 and 4E. RGB value is (54,192,78). Sum of RGB (Red+Green+Blue) = 54+192+78=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #36C04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C04E is #C93FB1. Grayscale: #8A8A8A. Windows color (decimal): -13189042 or 5161014. OLE color: 5161014.
HSL color Cylindrical-coordinate representation of color #36C04E: hue angle of 130.43º 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 #36C04E is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 78 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.25 |
| HSL | 130.43º | 0.56% | 0.48% | - |
| HSV(B) | 130.43º | 0.72% | 0.75% | - |
| XYZ | 21.75 | 39.03 | 13.6 | - |
| YUV | 137.74 | 94.28 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 78 | 0.72 | 0 | 0.59 | 0.25 | 130.43 | 0.56 | 0.48 |
| Hex | 36 | C0 | 4E | 48 | 0 | 3B | 19 | 82 | 38 | 30 |
| Octal | 66 | 300 | 116 | 110 | 0 | 73 | 31 | 202 | 70 | 60 |
| Binary | 110110 | 11000000 | 1001110 | 1001000 | 0 | 111011 | 11001 | 10000010 | 111000 | 110000 |
Color Harmonies of #36C04E
Complementary color
Monochromatic Colors of #36C04E
Black with #36C04E
Text Example
Text Example
White with #36C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C04E; }
p { color: rgb(54,192,78); }
H1.HeaderClassName
{
color: #36C04E;
}
.AnyTagClassName
{
color: #36C04E;
}
</style>
background-color css
<style>
a { background-color: #36C04E; }
a { background-color: rgb(54,192,78); }
div.DivClassName
{
background-color: #36C04E;
}
.BgClassName
{
background-color: #36C04E;
}
</style>
border-color css
<style>
span { border-color: #36C04E; }
span { border-color: rgb(54,192,78); }
td.TdClassName
{
border-color: #36C04E;
}
.TagClassName
{
border-color: #36C04E;
}
</style>