Shades of Lime Green #36C033
Tints of Lime Green #36C033
RGB
CMYK
RGB Variations
Color information
#36C033 (or 0x36C033) is known color: Lime Green. HEX triplet: 36, C0 and 33. RGB value is (54,192,51). Sum of RGB (Red+Green+Blue) = 54+192+51=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #36C033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C033 is #C93FCC. Grayscale: #878787. Windows color (decimal): -13189069 or 3391542. OLE color: 3391542.
HSL color Cylindrical-coordinate representation of color #36C033: hue angle of 118.72º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C033 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 51 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.25 |
| HSL | 118.72º | 0.58% | 0.48% | - |
| HSV(B) | 118.72º | 0.73% | 0.75% | - |
| XYZ | 20.97 | 38.72 | 9.5 | - |
| YUV | 134.66 | 80.78 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 51 | 0.72 | 0 | 0.73 | 0.25 | 118.72 | 0.58 | 0.48 |
| Hex | 36 | C0 | 33 | 48 | 0 | 49 | 19 | 77 | 3A | 30 |
| Octal | 66 | 300 | 63 | 110 | 0 | 111 | 31 | 167 | 72 | 60 |
| Binary | 110110 | 11000000 | 110011 | 1001000 | 0 | 1001001 | 11001 | 1110111 | 111010 | 110000 |
Color Harmonies of #36C033
Complementary color
Monochromatic Colors of #36C033
Black with #36C033
Text Example
Text Example
White with #36C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C033; }
p { color: rgb(54,192,51); }
H1.HeaderClassName
{
color: #36C033;
}
.AnyTagClassName
{
color: #36C033;
}
</style>
background-color css
<style>
a { background-color: #36C033; }
a { background-color: rgb(54,192,51); }
div.DivClassName
{
background-color: #36C033;
}
.BgClassName
{
background-color: #36C033;
}
</style>
border-color css
<style>
span { border-color: #36C033; }
span { border-color: rgb(54,192,51); }
td.TdClassName
{
border-color: #36C033;
}
.TagClassName
{
border-color: #36C033;
}
</style>