Shades of Lime Green #32FF32
Tints of Lime Green #32FF32
RGB
CMYK
RGB Variations
Color information
#32FF32 (or 0x32FF32) is known color: Lime Green. HEX triplet: 32, FF and 32. RGB value is (50,255,50). Sum of RGB (Red+Green+Blue) = 50+255+50=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF32 is #CD00CD. Grayscale: #AAAAAA. Windows color (decimal): -13435086 or 3342130. OLE color: 3342130.
HSL color Cylindrical-coordinate representation of color #32FF32: hue angle of 120º 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 #32FF32 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 50 | - |
| CMYK | 0.80 | 0 | 0.80 | 0 |
| HSL | 120º | 1% | 0.6% | - |
| HSV(B) | 120º | 0.8% | 1% | - |
| XYZ | 37.65 | 72.43 | 15.01 | - |
| YUV | 170.34 | 60.08 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 50 | 0.80 | 0 | 0.80 | 0 | 120 | 1 | 0.6 |
| Hex | 32 | FF | 32 | 50 | 0 | 50 | 0 | 78 | 64 | 3C |
| Octal | 62 | 377 | 62 | 120 | 0 | 120 | 0 | 170 | 144 | 74 |
| Binary | 110010 | 11111111 | 110010 | 1010000 | 0 | 1010000 | 0 | 1111000 | 1100100 | 111100 |
Color Harmonies of #32FF32
Complementary color
Monochromatic Colors of #32FF32
Black with #32FF32
Text Example
Text Example
White with #32FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF32; }
p { color: rgb(50,255,50); }
H1.HeaderClassName
{
color: #32FF32;
}
.AnyTagClassName
{
color: #32FF32;
}
</style>
background-color css
<style>
a { background-color: #32FF32; }
a { background-color: rgb(50,255,50); }
div.DivClassName
{
background-color: #32FF32;
}
.BgClassName
{
background-color: #32FF32;
}
</style>
border-color css
<style>
span { border-color: #32FF32; }
span { border-color: rgb(50,255,50); }
td.TdClassName
{
border-color: #32FF32;
}
.TagClassName
{
border-color: #32FF32;
}
</style>