Shades of Lime Green #32EC1F
Tints of Lime Green #32EC1F
RGB
CMYK
RGB Variations
Color information
#32EC1F (or 0x32EC1F) is known color: Lime Green. HEX triplet: 32, EC and 1F. RGB value is (50,236,31). Sum of RGB (Red+Green+Blue) = 50+236+31=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EC1F is #CD13E0. Grayscale: #9D9D9D. Windows color (decimal): -13439969 or 2092082. OLE color: 2092082.
HSL color Cylindrical-coordinate representation of color #32EC1F: hue angle of 114.44º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32EC1F is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 31 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.07 |
| HSL | 114.44º | 0.84% | 0.52% | - |
| HSV(B) | 114.44º | 0.87% | 0.93% | - |
| XYZ | 31.56 | 60.77 | 11.36 | - |
| YUV | 157.02 | 56.88 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 31 | 0.79 | 0 | 0.87 | 0.07 | 114.44 | 0.84 | 0.52 |
| Hex | 32 | EC | 1F | 4F | 0 | 57 | 7 | 72 | 54 | 34 |
| Octal | 62 | 354 | 37 | 117 | 0 | 127 | 7 | 162 | 124 | 64 |
| Binary | 110010 | 11101100 | 11111 | 1001111 | 0 | 1010111 | 111 | 1110010 | 1010100 | 110100 |
Color Harmonies of #32EC1F
Complementary color
Monochromatic Colors of #32EC1F
Black with #32EC1F
Text Example
Text Example
White with #32EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EC1F; }
p { color: rgb(50,236,31); }
H1.HeaderClassName
{
color: #32EC1F;
}
.AnyTagClassName
{
color: #32EC1F;
}
</style>
background-color css
<style>
a { background-color: #32EC1F; }
a { background-color: rgb(50,236,31); }
div.DivClassName
{
background-color: #32EC1F;
}
.BgClassName
{
background-color: #32EC1F;
}
</style>
border-color css
<style>
span { border-color: #32EC1F; }
span { border-color: rgb(50,236,31); }
td.TdClassName
{
border-color: #32EC1F;
}
.TagClassName
{
border-color: #32EC1F;
}
</style>