Shades of Lime Green #36C049
Tints of Lime Green #36C049
RGB
CMYK
RGB Variations
Color information
#36C049 (or 0x36C049) is known color: Lime Green. HEX triplet: 36, C0 and 49. RGB value is (54,192,73). Sum of RGB (Red+Green+Blue) = 54+192+73=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #36C049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C049 is #C93FB6. Grayscale: #898989. Windows color (decimal): -13189047 or 4833334. OLE color: 4833334.
HSL color Cylindrical-coordinate representation of color #36C049: hue angle of 128.26º 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 #36C049 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 73 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.25 |
| HSL | 128.26º | 0.56% | 0.48% | - |
| HSV(B) | 128.26º | 0.72% | 0.75% | - |
| XYZ | 21.57 | 38.96 | 12.69 | - |
| YUV | 137.17 | 91.78 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 73 | 0.72 | 0 | 0.62 | 0.25 | 128.26 | 0.56 | 0.48 |
| Hex | 36 | C0 | 49 | 48 | 0 | 3E | 19 | 80 | 38 | 30 |
| Octal | 66 | 300 | 111 | 110 | 0 | 76 | 31 | 200 | 70 | 60 |
| Binary | 110110 | 11000000 | 1001001 | 1001000 | 0 | 111110 | 11001 | 10000000 | 111000 | 110000 |
Color Harmonies of #36C049
Complementary color
Monochromatic Colors of #36C049
Black with #36C049
Text Example
Text Example
White with #36C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C049; }
p { color: rgb(54,192,73); }
H1.HeaderClassName
{
color: #36C049;
}
.AnyTagClassName
{
color: #36C049;
}
</style>
background-color css
<style>
a { background-color: #36C049; }
a { background-color: rgb(54,192,73); }
div.DivClassName
{
background-color: #36C049;
}
.BgClassName
{
background-color: #36C049;
}
</style>
border-color css
<style>
span { border-color: #36C049; }
span { border-color: rgb(54,192,73); }
td.TdClassName
{
border-color: #36C049;
}
.TagClassName
{
border-color: #36C049;
}
</style>