Shades of Lime Green #57E13D
Tints of Lime Green #57E13D
RGB
CMYK
RGB Variations
Color information
#57E13D (or 0x57E13D) is known color: Lime Green. HEX triplet: 57, E1 and 3D. RGB value is (87,225,61). Sum of RGB (Red+Green+Blue) = 87+225+61=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #57E13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57E13D is #A81EC2. Grayscale: #A5A5A5. Windows color (decimal): -11017923 or 4055383. OLE color: 4055383.
HSL color Cylindrical-coordinate representation of color #57E13D: hue angle of 110.49º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57E13D is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 225 | 61 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.12 |
| HSL | 110.49º | 0.73% | 0.56% | - |
| HSV(B) | 110.49º | 0.73% | 0.88% | - |
| XYZ | 31.7 | 56.21 | 13.59 | - |
| YUV | 165.04 | 69.28 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 225 | 61 | 0.61 | 0 | 0.73 | 0.12 | 110.49 | 0.73 | 0.56 |
| Hex | 57 | E1 | 3D | 3D | 0 | 49 | C | 6E | 49 | 38 |
| Octal | 127 | 341 | 75 | 75 | 0 | 111 | 14 | 156 | 111 | 70 |
| Binary | 1010111 | 11100001 | 111101 | 111101 | 0 | 1001001 | 1100 | 1101110 | 1001001 | 111000 |
Color Harmonies of #57E13D
Complementary color
Monochromatic Colors of #57E13D
Black with #57E13D
Text Example
Text Example
White with #57E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E13D; }
p { color: rgb(87,225,61); }
H1.HeaderClassName
{
color: #57E13D;
}
.AnyTagClassName
{
color: #57E13D;
}
</style>
background-color css
<style>
a { background-color: #57E13D; }
a { background-color: rgb(87,225,61); }
div.DivClassName
{
background-color: #57E13D;
}
.BgClassName
{
background-color: #57E13D;
}
</style>
border-color css
<style>
span { border-color: #57E13D; }
span { border-color: rgb(87,225,61); }
td.TdClassName
{
border-color: #57E13D;
}
.TagClassName
{
border-color: #57E13D;
}
</style>