Shades of Lime Green #32EC4B
Tints of Lime Green #32EC4B
RGB
CMYK
RGB Variations
Color information
#32EC4B (or 0x32EC4B) is known color: Lime Green. HEX triplet: 32, EC and 4B. RGB value is (50,236,75). Sum of RGB (Red+Green+Blue) = 50+236+75=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EC4B is #CD13B4. Grayscale: #A2A2A2. Windows color (decimal): -13439925 or 4975666. OLE color: 4975666.
HSL color Cylindrical-coordinate representation of color #32EC4B: hue angle of 128.06º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EC4B is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 75 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.07 |
| HSL | 128.06º | 0.83% | 0.56% | - |
| HSV(B) | 128.06º | 0.79% | 0.93% | - |
| XYZ | 32.58 | 61.18 | 16.75 | - |
| YUV | 162.03 | 78.88 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 75 | 0.79 | 0 | 0.68 | 0.07 | 128.06 | 0.83 | 0.56 |
| Hex | 32 | EC | 4B | 4F | 0 | 44 | 7 | 80 | 53 | 38 |
| Octal | 62 | 354 | 113 | 117 | 0 | 104 | 7 | 200 | 123 | 70 |
| Binary | 110010 | 11101100 | 1001011 | 1001111 | 0 | 1000100 | 111 | 10000000 | 1010011 | 111000 |
Color Harmonies of #32EC4B
Complementary color
Monochromatic Colors of #32EC4B
Black with #32EC4B
Text Example
Text Example
White with #32EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EC4B; }
p { color: rgb(50,236,75); }
H1.HeaderClassName
{
color: #32EC4B;
}
.AnyTagClassName
{
color: #32EC4B;
}
</style>
background-color css
<style>
a { background-color: #32EC4B; }
a { background-color: rgb(50,236,75); }
div.DivClassName
{
background-color: #32EC4B;
}
.BgClassName
{
background-color: #32EC4B;
}
</style>
border-color css
<style>
span { border-color: #32EC4B; }
span { border-color: rgb(50,236,75); }
td.TdClassName
{
border-color: #32EC4B;
}
.TagClassName
{
border-color: #32EC4B;
}
</style>