Shades of Lime Green #36FF32
Tints of Lime Green #36FF32
RGB
CMYK
RGB Variations
Color information
#36FF32 (or 0x36FF32) is known color: Lime Green. HEX triplet: 36, FF and 32. RGB value is (54,255,50). Sum of RGB (Red+Green+Blue) = 54+255+50=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FF32 is #C900CD. Grayscale: #ACACAC. Windows color (decimal): -13172942 or 3342134. OLE color: 3342134.
HSL color Cylindrical-coordinate representation of color #36FF32: hue angle of 118.83º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36FF32 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 50 | - |
| CMYK | 0.79 | 0 | 0.80 | 0 |
| HSL | 118.83º | 1% | 0.6% | - |
| HSV(B) | 118.83º | 0.8% | 1% | - |
| XYZ | 37.86 | 72.53 | 15.02 | - |
| YUV | 171.53 | 59.41 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 50 | 0.79 | 0 | 0.80 | 0 | 118.83 | 1 | 0.6 |
| Hex | 36 | FF | 32 | 4F | 0 | 50 | 0 | 77 | 64 | 3C |
| Octal | 66 | 377 | 62 | 117 | 0 | 120 | 0 | 167 | 144 | 74 |
| Binary | 110110 | 11111111 | 110010 | 1001111 | 0 | 1010000 | 0 | 1110111 | 1100100 | 111100 |
Color Harmonies of #36FF32
Complementary color
Monochromatic Colors of #36FF32
Black with #36FF32
Text Example
Text Example
White with #36FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF32; }
p { color: rgb(54,255,50); }
H1.HeaderClassName
{
color: #36FF32;
}
.AnyTagClassName
{
color: #36FF32;
}
</style>
background-color css
<style>
a { background-color: #36FF32; }
a { background-color: rgb(54,255,50); }
div.DivClassName
{
background-color: #36FF32;
}
.BgClassName
{
background-color: #36FF32;
}
</style>
border-color css
<style>
span { border-color: #36FF32; }
span { border-color: rgb(54,255,50); }
td.TdClassName
{
border-color: #36FF32;
}
.TagClassName
{
border-color: #36FF32;
}
</style>