Shades of Lime Green #32FF3F
Tints of Lime Green #32FF3F
RGB
CMYK
RGB Variations
Color information
#32FF3F (or 0x32FF3F) is known color: Lime Green. HEX triplet: 32, FF and 3F. RGB value is (50,255,63). Sum of RGB (Red+Green+Blue) = 50+255+63=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF3F is #CD00C0. Grayscale: #ACACAC. Windows color (decimal): -13435073 or 4194098. OLE color: 4194098.
HSL color Cylindrical-coordinate representation of color #32FF3F: hue angle of 123.8º 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 #32FF3F is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 63 | - |
| CMYK | 0.80 | 0 | 0.75 | 0 |
| HSL | 123.8º | 1% | 0.6% | - |
| HSV(B) | 123.8º | 0.8% | 1% | - |
| XYZ | 37.97 | 72.56 | 16.71 | - |
| YUV | 171.82 | 66.58 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 63 | 0.80 | 0 | 0.75 | 0 | 123.8 | 1 | 0.6 |
| Hex | 32 | FF | 3F | 50 | 0 | 4B | 0 | 7C | 64 | 3C |
| Octal | 62 | 377 | 77 | 120 | 0 | 113 | 0 | 174 | 144 | 74 |
| Binary | 110010 | 11111111 | 111111 | 1010000 | 0 | 1001011 | 0 | 1111100 | 1100100 | 111100 |
Color Harmonies of #32FF3F
Complementary color
Monochromatic Colors of #32FF3F
Black with #32FF3F
Text Example
Text Example
White with #32FF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF3F; }
p { color: rgb(50,255,63); }
H1.HeaderClassName
{
color: #32FF3F;
}
.AnyTagClassName
{
color: #32FF3F;
}
</style>
background-color css
<style>
a { background-color: #32FF3F; }
a { background-color: rgb(50,255,63); }
div.DivClassName
{
background-color: #32FF3F;
}
.BgClassName
{
background-color: #32FF3F;
}
</style>
border-color css
<style>
span { border-color: #32FF3F; }
span { border-color: rgb(50,255,63); }
td.TdClassName
{
border-color: #32FF3F;
}
.TagClassName
{
border-color: #32FF3F;
}
</style>