Shades of Lime Green #36C040
Tints of Lime Green #36C040
RGB
CMYK
RGB Variations
Color information
#36C040 (or 0x36C040) is known color: Lime Green. HEX triplet: 36, C0 and 40. RGB value is (54,192,64). Sum of RGB (Red+Green+Blue) = 54+192+64=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #36C040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C040 is #C93FBF. Grayscale: #888888. Windows color (decimal): -13189056 or 4243510. OLE color: 4243510.
HSL color Cylindrical-coordinate representation of color #36C040: hue angle of 124.35º 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 #36C040 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 64 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.25 |
| HSL | 124.35º | 0.56% | 0.48% | - |
| HSV(B) | 124.35º | 0.72% | 0.75% | - |
| XYZ | 21.3 | 38.85 | 11.23 | - |
| YUV | 136.15 | 87.28 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 64 | 0.72 | 0 | 0.67 | 0.25 | 124.35 | 0.56 | 0.48 |
| Hex | 36 | C0 | 40 | 48 | 0 | 43 | 19 | 7C | 38 | 30 |
| Octal | 66 | 300 | 100 | 110 | 0 | 103 | 31 | 174 | 70 | 60 |
| Binary | 110110 | 11000000 | 1000000 | 1001000 | 0 | 1000011 | 11001 | 1111100 | 111000 | 110000 |
Color Harmonies of #36C040
Complementary color
Monochromatic Colors of #36C040
Black with #36C040
Text Example
Text Example
White with #36C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C040; }
p { color: rgb(54,192,64); }
H1.HeaderClassName
{
color: #36C040;
}
.AnyTagClassName
{
color: #36C040;
}
</style>
background-color css
<style>
a { background-color: #36C040; }
a { background-color: rgb(54,192,64); }
div.DivClassName
{
background-color: #36C040;
}
.BgClassName
{
background-color: #36C040;
}
</style>
border-color css
<style>
span { border-color: #36C040; }
span { border-color: rgb(54,192,64); }
td.TdClassName
{
border-color: #36C040;
}
.TagClassName
{
border-color: #36C040;
}
</style>