Shades of Lime Green #36CC55
Tints of Lime Green #36CC55
RGB
CMYK
RGB Variations
Color information
#36CC55 (or 0x36CC55) is known color: Lime Green. HEX triplet: 36, CC and 55. RGB value is (54,204,85). Sum of RGB (Red+Green+Blue) = 54+204+85=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #36CC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36CC55 is #C933AA. Grayscale: #919191. Windows color (decimal): -13185963 or 5622838. OLE color: 5622838.
HSL color Cylindrical-coordinate representation of color #36CC55: hue angle of 132.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CC55 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 85 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.2 |
| HSL | 132.4º | 0.6% | 0.51% | - |
| HSV(B) | 132.4º | 0.74% | 0.8% | - |
| XYZ | 24.75 | 44.63 | 15.9 | - |
| YUV | 145.58 | 93.81 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 85 | 0.74 | 0 | 0.58 | 0.2 | 132.4 | 0.6 | 0.51 |
| Hex | 36 | CC | 55 | 4A | 0 | 3A | 14 | 84 | 3C | 33 |
| Octal | 66 | 314 | 125 | 112 | 0 | 72 | 24 | 204 | 74 | 63 |
| Binary | 110110 | 11001100 | 1010101 | 1001010 | 0 | 111010 | 10100 | 10000100 | 111100 | 110011 |
Color Harmonies of #36CC55
Complementary color
Monochromatic Colors of #36CC55
Black with #36CC55
Text Example
Text Example
White with #36CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CC55; }
p { color: rgb(54,204,85); }
H1.HeaderClassName
{
color: #36CC55;
}
.AnyTagClassName
{
color: #36CC55;
}
</style>
background-color css
<style>
a { background-color: #36CC55; }
a { background-color: rgb(54,204,85); }
div.DivClassName
{
background-color: #36CC55;
}
.BgClassName
{
background-color: #36CC55;
}
</style>
border-color css
<style>
span { border-color: #36CC55; }
span { border-color: rgb(54,204,85); }
td.TdClassName
{
border-color: #36CC55;
}
.TagClassName
{
border-color: #36CC55;
}
</style>