Shades of Lime Green #57EC32
Tints of Lime Green #57EC32
RGB
CMYK
RGB Variations
Color information
#57EC32 (or 0x57EC32) is known color: Lime Green. HEX triplet: 57, EC and 32. RGB value is (87,236,50). Sum of RGB (Red+Green+Blue) = 87+236+50=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 236 (92.58% from 255 or 63.27% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 236 - color contains mainly: green. Hex color #57EC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #57EC32 is #A813CD. Grayscale: #AAAAAA. Windows color (decimal): -11015118 or 3337303. OLE color: 3337303.
HSL color Cylindrical-coordinate representation of color #57EC32: hue angle of 108.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 #57EC32 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 236 | 50 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.07 |
| HSL | 108.06º | 0.83% | 0.56% | - |
| HSV(B) | 108.06º | 0.79% | 0.93% | - |
| XYZ | 34.5 | 62.25 | 13.21 | - |
| YUV | 170.25 | 60.14 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 236 | 50 | 0.63 | 0 | 0.79 | 0.07 | 108.06 | 0.83 | 0.56 |
| Hex | 57 | EC | 32 | 3F | 0 | 4F | 7 | 6C | 53 | 38 |
| Octal | 127 | 354 | 62 | 77 | 0 | 117 | 7 | 154 | 123 | 70 |
| Binary | 1010111 | 11101100 | 110010 | 111111 | 0 | 1001111 | 111 | 1101100 | 1010011 | 111000 |
Color Harmonies of #57EC32
Complementary color
Monochromatic Colors of #57EC32
Black with #57EC32
Text Example
Text Example
White with #57EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EC32; }
p { color: rgb(87,236,50); }
H1.HeaderClassName
{
color: #57EC32;
}
.AnyTagClassName
{
color: #57EC32;
}
</style>
background-color css
<style>
a { background-color: #57EC32; }
a { background-color: rgb(87,236,50); }
div.DivClassName
{
background-color: #57EC32;
}
.BgClassName
{
background-color: #57EC32;
}
</style>
border-color css
<style>
span { border-color: #57EC32; }
span { border-color: rgb(87,236,50); }
td.TdClassName
{
border-color: #57EC32;
}
.TagClassName
{
border-color: #57EC32;
}
</style>