Shades of Lime Green #36C034
Tints of Lime Green #36C034
RGB
CMYK
RGB Variations
Color information
#36C034 (or 0x36C034) is known color: Lime Green. HEX triplet: 36, C0 and 34. RGB value is (54,192,52). Sum of RGB (Red+Green+Blue) = 54+192+52=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #36C034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C034 is #C93FCB. Grayscale: #878787. Windows color (decimal): -13189068 or 3457078. OLE color: 3457078.
HSL color Cylindrical-coordinate representation of color #36C034: hue angle of 119.14º degrees, saturation: 0.57, 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 #36C034 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 52 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.25 |
| HSL | 119.14º | 0.57% | 0.48% | - |
| HSV(B) | 119.14º | 0.73% | 0.75% | - |
| XYZ | 20.99 | 38.73 | 9.62 | - |
| YUV | 134.78 | 81.28 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 52 | 0.72 | 0 | 0.73 | 0.25 | 119.14 | 0.57 | 0.48 |
| Hex | 36 | C0 | 34 | 48 | 0 | 49 | 19 | 77 | 39 | 30 |
| Octal | 66 | 300 | 64 | 110 | 0 | 111 | 31 | 167 | 71 | 60 |
| Binary | 110110 | 11000000 | 110100 | 1001000 | 0 | 1001001 | 11001 | 1110111 | 111001 | 110000 |
Color Harmonies of #36C034
Complementary color
Monochromatic Colors of #36C034
Black with #36C034
Text Example
Text Example
White with #36C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C034; }
p { color: rgb(54,192,52); }
H1.HeaderClassName
{
color: #36C034;
}
.AnyTagClassName
{
color: #36C034;
}
</style>
background-color css
<style>
a { background-color: #36C034; }
a { background-color: rgb(54,192,52); }
div.DivClassName
{
background-color: #36C034;
}
.BgClassName
{
background-color: #36C034;
}
</style>
border-color css
<style>
span { border-color: #36C034; }
span { border-color: rgb(54,192,52); }
td.TdClassName
{
border-color: #36C034;
}
.TagClassName
{
border-color: #36C034;
}
</style>