Shades of Lime Green #32E13F
Tints of Lime Green #32E13F
RGB
CMYK
RGB Variations
Color information
#32E13F (or 0x32E13F) is known color: Lime Green. HEX triplet: 32, E1 and 3F. RGB value is (50,225,63). Sum of RGB (Red+Green+Blue) = 50+225+63=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #32E13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E13F is #CD1EC0. Grayscale: #9A9A9A. Windows color (decimal): -13442753 or 4186418. OLE color: 4186418.
HSL color Cylindrical-coordinate representation of color #32E13F: hue angle of 124.46º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E13F is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 63 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.12 |
| HSL | 124.46º | 0.74% | 0.54% | - |
| HSV(B) | 124.46º | 0.78% | 0.88% | - |
| XYZ | 29.14 | 54.89 | 13.76 | - |
| YUV | 154.21 | 76.52 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 63 | 0.78 | 0 | 0.72 | 0.12 | 124.46 | 0.74 | 0.54 |
| Hex | 32 | E1 | 3F | 4E | 0 | 48 | C | 7C | 4A | 36 |
| Octal | 62 | 341 | 77 | 116 | 0 | 110 | 14 | 174 | 112 | 66 |
| Binary | 110010 | 11100001 | 111111 | 1001110 | 0 | 1001000 | 1100 | 1111100 | 1001010 | 110110 |
Color Harmonies of #32E13F
Complementary color
Monochromatic Colors of #32E13F
Black with #32E13F
Text Example
Text Example
White with #32E13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E13F; }
p { color: rgb(50,225,63); }
H1.HeaderClassName
{
color: #32E13F;
}
.AnyTagClassName
{
color: #32E13F;
}
</style>
background-color css
<style>
a { background-color: #32E13F; }
a { background-color: rgb(50,225,63); }
div.DivClassName
{
background-color: #32E13F;
}
.BgClassName
{
background-color: #32E13F;
}
</style>
border-color css
<style>
span { border-color: #32E13F; }
span { border-color: rgb(50,225,63); }
td.TdClassName
{
border-color: #32E13F;
}
.TagClassName
{
border-color: #32E13F;
}
</style>