Shades of Lime Green #57DC44
Tints of Lime Green #57DC44
RGB
CMYK
RGB Variations
Color information
#57DC44 (or 0x57DC44) is known color: Lime Green. HEX triplet: 57, DC and 44. RGB value is (87,220,68). Sum of RGB (Red+Green+Blue) = 87+220+68=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57DC44 is #A823BB. Grayscale: #A3A3A3. Windows color (decimal): -11019196 or 4512855. OLE color: 4512855.
HSL color Cylindrical-coordinate representation of color #57DC44: hue angle of 112.5º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57DC44 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 68 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.14 |
| HSL | 112.5º | 0.68% | 0.56% | - |
| HSV(B) | 112.5º | 0.69% | 0.86% | - |
| XYZ | 30.57 | 53.63 | 14.21 | - |
| YUV | 162.91 | 74.44 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 68 | 0.60 | 0 | 0.69 | 0.14 | 112.5 | 0.68 | 0.56 |
| Hex | 57 | DC | 44 | 3C | 0 | 45 | E | 70 | 44 | 38 |
| Octal | 127 | 334 | 104 | 74 | 0 | 105 | 16 | 160 | 104 | 70 |
| Binary | 1010111 | 11011100 | 1000100 | 111100 | 0 | 1000101 | 1110 | 1110000 | 1000100 | 111000 |
Color Harmonies of #57DC44
Complementary color
Monochromatic Colors of #57DC44
Black with #57DC44
Text Example
Text Example
White with #57DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DC44; }
p { color: rgb(87,220,68); }
H1.HeaderClassName
{
color: #57DC44;
}
.AnyTagClassName
{
color: #57DC44;
}
</style>
background-color css
<style>
a { background-color: #57DC44; }
a { background-color: rgb(87,220,68); }
div.DivClassName
{
background-color: #57DC44;
}
.BgClassName
{
background-color: #57DC44;
}
</style>
border-color css
<style>
span { border-color: #57DC44; }
span { border-color: rgb(87,220,68); }
td.TdClassName
{
border-color: #57DC44;
}
.TagClassName
{
border-color: #57DC44;
}
</style>