Shades of Lime Green #36FA32
Tints of Lime Green #36FA32
RGB
CMYK
RGB Variations
Color information
#36FA32 (or 0x36FA32) is known color: Lime Green. HEX triplet: 36, FA and 32. RGB value is (54,250,50). Sum of RGB (Red+Green+Blue) = 54+250+50=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FA32 is #C905CD. Grayscale: #A9A9A9. Windows color (decimal): -13174222 or 3340854. OLE color: 3340854.
HSL color Cylindrical-coordinate representation of color #36FA32: hue angle of 118.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36FA32 is Cyan = 0.78, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 50 | - |
| CMYK | 0.78 | 0 | 0.8 | 0.02 |
| HSL | 118.8º | 0.95% | 0.59% | - |
| HSV(B) | 118.8º | 0.8% | 0.98% | - |
| XYZ | 36.28 | 69.39 | 14.5 | - |
| YUV | 168.6 | 61.07 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 50 | 0.78 | 0 | 0.8 | 0.02 | 118.8 | 0.95 | 0.59 |
| Hex | 36 | FA | 32 | 4E | 0 | 50 | 2 | 77 | 5F | 3B |
| Octal | 66 | 372 | 62 | 116 | 0 | 120 | 2 | 167 | 137 | 73 |
| Binary | 110110 | 11111010 | 110010 | 1001110 | 0 | 1010000 | 10 | 1110111 | 1011111 | 111011 |
Color Harmonies of #36FA32
Complementary color
Monochromatic Colors of #36FA32
Black with #36FA32
Text Example
Text Example
White with #36FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FA32; }
p { color: rgb(54,250,50); }
H1.HeaderClassName
{
color: #36FA32;
}
.AnyTagClassName
{
color: #36FA32;
}
</style>
background-color css
<style>
a { background-color: #36FA32; }
a { background-color: rgb(54,250,50); }
div.DivClassName
{
background-color: #36FA32;
}
.BgClassName
{
background-color: #36FA32;
}
</style>
border-color css
<style>
span { border-color: #36FA32; }
span { border-color: rgb(54,250,50); }
td.TdClassName
{
border-color: #36FA32;
}
.TagClassName
{
border-color: #36FA32;
}
</style>