Shades of Lime Green #57DC47
Tints of Lime Green #57DC47
RGB
CMYK
RGB Variations
Color information
#57DC47 (or 0x57DC47) is known color: Lime Green. HEX triplet: 57, DC and 47. RGB value is (87,220,71). Sum of RGB (Red+Green+Blue) = 87+220+71=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57DC47 is #A823B8. Grayscale: #A3A3A3. Windows color (decimal): -11019193 or 4709463. OLE color: 4709463.
HSL color Cylindrical-coordinate representation of color #57DC47: hue angle of 113.56º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57DC47 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 71 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.14 |
| HSL | 113.56º | 0.68% | 0.57% | - |
| HSV(B) | 113.56º | 0.68% | 0.86% | - |
| XYZ | 30.66 | 53.67 | 14.7 | - |
| YUV | 163.25 | 75.94 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 71 | 0.60 | 0 | 0.68 | 0.14 | 113.56 | 0.68 | 0.57 |
| Hex | 57 | DC | 47 | 3C | 0 | 44 | E | 72 | 44 | 39 |
| Octal | 127 | 334 | 107 | 74 | 0 | 104 | 16 | 162 | 104 | 71 |
| Binary | 1010111 | 11011100 | 1000111 | 111100 | 0 | 1000100 | 1110 | 1110010 | 1000100 | 111001 |
Color Harmonies of #57DC47
Complementary color
Monochromatic Colors of #57DC47
Black with #57DC47
Text Example
Text Example
White with #57DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DC47; }
p { color: rgb(87,220,71); }
H1.HeaderClassName
{
color: #57DC47;
}
.AnyTagClassName
{
color: #57DC47;
}
</style>
background-color css
<style>
a { background-color: #57DC47; }
a { background-color: rgb(87,220,71); }
div.DivClassName
{
background-color: #57DC47;
}
.BgClassName
{
background-color: #57DC47;
}
</style>
border-color css
<style>
span { border-color: #57DC47; }
span { border-color: rgb(87,220,71); }
td.TdClassName
{
border-color: #57DC47;
}
.TagClassName
{
border-color: #57DC47;
}
</style>