Shades of Lime Green #57E42E
Tints of Lime Green #57E42E
RGB
CMYK
RGB Variations
Color information
#57E42E (or 0x57E42E) is known color: Lime Green. HEX triplet: 57, E4 and 2E. RGB value is (87,228,46). Sum of RGB (Red+Green+Blue) = 87+228+46=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #57E42E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57E42E is #A81BD1. Grayscale: #A5A5A5. Windows color (decimal): -11017170 or 3073111. OLE color: 3073111.
HSL color Cylindrical-coordinate representation of color #57E42E: hue angle of 106.48º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57E42E is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 228 | 46 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.11 |
| HSL | 106.48º | 0.77% | 0.54% | - |
| HSV(B) | 106.48º | 0.8% | 0.89% | - |
| XYZ | 32.17 | 57.71 | 12.03 | - |
| YUV | 165.09 | 60.79 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 228 | 46 | 0.62 | 0 | 0.80 | 0.11 | 106.48 | 0.77 | 0.54 |
| Hex | 57 | E4 | 2E | 3E | 0 | 50 | B | 6A | 4D | 36 |
| Octal | 127 | 344 | 56 | 76 | 0 | 120 | 13 | 152 | 115 | 66 |
| Binary | 1010111 | 11100100 | 101110 | 111110 | 0 | 1010000 | 1011 | 1101010 | 1001101 | 110110 |
Color Harmonies of #57E42E
Complementary color
Monochromatic Colors of #57E42E
Black with #57E42E
Text Example
Text Example
White with #57E42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E42E; }
p { color: rgb(87,228,46); }
H1.HeaderClassName
{
color: #57E42E;
}
.AnyTagClassName
{
color: #57E42E;
}
</style>
background-color css
<style>
a { background-color: #57E42E; }
a { background-color: rgb(87,228,46); }
div.DivClassName
{
background-color: #57E42E;
}
.BgClassName
{
background-color: #57E42E;
}
</style>
border-color css
<style>
span { border-color: #57E42E; }
span { border-color: rgb(87,228,46); }
td.TdClassName
{
border-color: #57E42E;
}
.TagClassName
{
border-color: #57E42E;
}
</style>