Shades of Lime Green #36BC32
Tints of Lime Green #36BC32
RGB
CMYK
RGB Variations
Color information
#36BC32 (or 0x36BC32) is known color: Lime Green. HEX triplet: 36, BC and 32. RGB value is (54,188,50). Sum of RGB (Red+Green+Blue) = 54+188+50=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC32 is #C943CD. Grayscale: #848484. Windows color (decimal): -13190094 or 3324982. OLE color: 3324982.
HSL color Cylindrical-coordinate representation of color #36BC32: hue angle of 118.26º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36BC32 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 50 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.26 |
| HSL | 118.26º | 0.58% | 0.47% | - |
| HSV(B) | 118.26º | 0.73% | 0.74% | - |
| XYZ | 20.08 | 36.98 | 9.1 | - |
| YUV | 132.2 | 81.61 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 50 | 0.71 | 0 | 0.73 | 0.26 | 118.26 | 0.58 | 0.47 |
| Hex | 36 | BC | 32 | 47 | 0 | 49 | 1A | 76 | 3A | 2F |
| Octal | 66 | 274 | 62 | 107 | 0 | 111 | 32 | 166 | 72 | 57 |
| Binary | 110110 | 10111100 | 110010 | 1000111 | 0 | 1001001 | 11010 | 1110110 | 111010 | 101111 |
Color Harmonies of #36BC32
Complementary color
Monochromatic Colors of #36BC32
Black with #36BC32
Text Example
Text Example
White with #36BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BC32; }
p { color: rgb(54,188,50); }
H1.HeaderClassName
{
color: #36BC32;
}
.AnyTagClassName
{
color: #36BC32;
}
</style>
background-color css
<style>
a { background-color: #36BC32; }
a { background-color: rgb(54,188,50); }
div.DivClassName
{
background-color: #36BC32;
}
.BgClassName
{
background-color: #36BC32;
}
</style>
border-color css
<style>
span { border-color: #36BC32; }
span { border-color: rgb(54,188,50); }
td.TdClassName
{
border-color: #36BC32;
}
.TagClassName
{
border-color: #36BC32;
}
</style>