Shades of Lime Green #36CC36
Tints of Lime Green #36CC36
RGB
CMYK
RGB Variations
Color information
#36CC36 (or 0x36CC36) is known color: Lime Green. HEX triplet: 36, CC and 36. RGB value is (54,204,54). Sum of RGB (Red+Green+Blue) = 54+204+54=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #36CC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CC36 is #C933C9. Grayscale: #8E8E8E. Windows color (decimal): -13185994 or 3591222. OLE color: 3591222.
HSL color Cylindrical-coordinate representation of color #36CC36: hue angle of 120º 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 #36CC36 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 54 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.2 |
| HSL | 120º | 0.6% | 0.51% | - |
| HSV(B) | 120º | 0.74% | 0.8% | - |
| XYZ | 23.78 | 44.24 | 10.78 | - |
| YUV | 142.05 | 78.31 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 54 | 0.74 | 0 | 0.74 | 0.2 | 120 | 0.6 | 0.51 |
| Hex | 36 | CC | 36 | 4A | 0 | 4A | 14 | 78 | 3C | 33 |
| Octal | 66 | 314 | 66 | 112 | 0 | 112 | 24 | 170 | 74 | 63 |
| Binary | 110110 | 11001100 | 110110 | 1001010 | 0 | 1001010 | 10100 | 1111000 | 111100 | 110011 |
Color Harmonies of #36CC36
Complementary color
Monochromatic Colors of #36CC36
Black with #36CC36
Text Example
Text Example
White with #36CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CC36; }
p { color: rgb(54,204,54); }
H1.HeaderClassName
{
color: #36CC36;
}
.AnyTagClassName
{
color: #36CC36;
}
</style>
background-color css
<style>
a { background-color: #36CC36; }
a { background-color: rgb(54,204,54); }
div.DivClassName
{
background-color: #36CC36;
}
.BgClassName
{
background-color: #36CC36;
}
</style>
border-color css
<style>
span { border-color: #36CC36; }
span { border-color: rgb(54,204,54); }
td.TdClassName
{
border-color: #36CC36;
}
.TagClassName
{
border-color: #36CC36;
}
</style>