Shades of Lime Green #57E041
Tints of Lime Green #57E041
RGB
CMYK
RGB Variations
Color information
#57E041 (or 0x57E041) is known color: Lime Green. HEX triplet: 57, E0 and 41. RGB value is (87,224,65). Sum of RGB (Red+Green+Blue) = 87+224+65=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #57E041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57E041 is #A81FBE. Grayscale: #A5A5A5. Windows color (decimal): -11018175 or 4317271. OLE color: 4317271.
HSL color Cylindrical-coordinate representation of color #57E041: hue angle of 111.7º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57E041 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 224 | 65 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.12 |
| HSL | 111.7º | 0.72% | 0.57% | - |
| HSV(B) | 111.7º | 0.71% | 0.88% | - |
| XYZ | 31.54 | 55.72 | 14.09 | - |
| YUV | 164.91 | 71.61 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 224 | 65 | 0.61 | 0 | 0.71 | 0.12 | 111.7 | 0.72 | 0.57 |
| Hex | 57 | E0 | 41 | 3D | 0 | 47 | C | 70 | 48 | 39 |
| Octal | 127 | 340 | 101 | 75 | 0 | 107 | 14 | 160 | 110 | 71 |
| Binary | 1010111 | 11100000 | 1000001 | 111101 | 0 | 1000111 | 1100 | 1110000 | 1001000 | 111001 |
Color Harmonies of #57E041
Complementary color
Monochromatic Colors of #57E041
Black with #57E041
Text Example
Text Example
White with #57E041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E041; }
p { color: rgb(87,224,65); }
H1.HeaderClassName
{
color: #57E041;
}
.AnyTagClassName
{
color: #57E041;
}
</style>
background-color css
<style>
a { background-color: #57E041; }
a { background-color: rgb(87,224,65); }
div.DivClassName
{
background-color: #57E041;
}
.BgClassName
{
background-color: #57E041;
}
</style>
border-color css
<style>
span { border-color: #57E041; }
span { border-color: rgb(87,224,65); }
td.TdClassName
{
border-color: #57E041;
}
.TagClassName
{
border-color: #57E041;
}
</style>