Shades of Lime Green #57E541
Tints of Lime Green #57E541
RGB
CMYK
RGB Variations
Color information
#57E541 (or 0x57E541) is known color: Lime Green. HEX triplet: 57, E5 and 41. RGB value is (87,229,65). Sum of RGB (Red+Green+Blue) = 87+229+65=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 229 (89.84% from 255 or 60.10% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 229 - color contains mainly: green. Hex color #57E541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57E541 is #A81ABE. Grayscale: #A8A8A8. Windows color (decimal): -11016895 or 4318551. OLE color: 4318551.
HSL color Cylindrical-coordinate representation of color #57E541: hue angle of 111.95º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57E541 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 229 | 65 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.10 |
| HSL | 111.95º | 0.76% | 0.58% | - |
| HSV(B) | 111.95º | 0.72% | 0.9% | - |
| XYZ | 32.9 | 58.45 | 14.55 | - |
| YUV | 167.85 | 69.96 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 229 | 65 | 0.62 | 0 | 0.72 | 0.10 | 111.95 | 0.76 | 0.58 |
| Hex | 57 | E5 | 41 | 3E | 0 | 48 | A | 70 | 4C | 3A |
| Octal | 127 | 345 | 101 | 76 | 0 | 110 | 12 | 160 | 114 | 72 |
| Binary | 1010111 | 11100101 | 1000001 | 111110 | 0 | 1001000 | 1010 | 1110000 | 1001100 | 111010 |
Color Harmonies of #57E541
Complementary color
Monochromatic Colors of #57E541
Black with #57E541
Text Example
Text Example
White with #57E541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E541; }
p { color: rgb(87,229,65); }
H1.HeaderClassName
{
color: #57E541;
}
.AnyTagClassName
{
color: #57E541;
}
</style>
background-color css
<style>
a { background-color: #57E541; }
a { background-color: rgb(87,229,65); }
div.DivClassName
{
background-color: #57E541;
}
.BgClassName
{
background-color: #57E541;
}
</style>
border-color css
<style>
span { border-color: #57E541; }
span { border-color: rgb(87,229,65); }
td.TdClassName
{
border-color: #57E541;
}
.TagClassName
{
border-color: #57E541;
}
</style>