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