Shades of Lime Green #32FC36
Tints of Lime Green #32FC36
RGB
CMYK
RGB Variations
Color information
#32FC36 (or 0x32FC36) is known color: Lime Green. HEX triplet: 32, FC and 36. RGB value is (50,252,54). Sum of RGB (Red+Green+Blue) = 50+252+54=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 252 (98.83% from 255 or 70.79% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FC36 is #CD03C9. Grayscale: #A9A9A9. Windows color (decimal): -13435850 or 3603506. OLE color: 3603506.
HSL color Cylindrical-coordinate representation of color #32FC36: hue angle of 121.19º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FC36 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 54 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.01 |
| HSL | 121.19º | 0.97% | 0.59% | - |
| HSV(B) | 121.19º | 0.8% | 0.99% | - |
| XYZ | 36.79 | 70.57 | 15.17 | - |
| YUV | 169.03 | 63.08 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 54 | 0.80 | 0 | 0.79 | 0.01 | 121.19 | 0.97 | 0.59 |
| Hex | 32 | FC | 36 | 50 | 0 | 4F | 1 | 79 | 61 | 3B |
| Octal | 62 | 374 | 66 | 120 | 0 | 117 | 1 | 171 | 141 | 73 |
| Binary | 110010 | 11111100 | 110110 | 1010000 | 0 | 1001111 | 1 | 1111001 | 1100001 | 111011 |
Color Harmonies of #32FC36
Complementary color
Monochromatic Colors of #32FC36
Black with #32FC36
Text Example
Text Example
White with #32FC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC36; }
p { color: rgb(50,252,54); }
H1.HeaderClassName
{
color: #32FC36;
}
.AnyTagClassName
{
color: #32FC36;
}
</style>
background-color css
<style>
a { background-color: #32FC36; }
a { background-color: rgb(50,252,54); }
div.DivClassName
{
background-color: #32FC36;
}
.BgClassName
{
background-color: #32FC36;
}
</style>
border-color css
<style>
span { border-color: #32FC36; }
span { border-color: rgb(50,252,54); }
td.TdClassName
{
border-color: #32FC36;
}
.TagClassName
{
border-color: #32FC36;
}
</style>