Shades of Limeade #57A328
Tints of Limeade #57A328
RGB
CMYK
RGB Variations
Color information
#57A328 (or 0x57A328) is known color: Limeade. HEX triplet: 57, A3 and 28. RGB value is (87,163,40). Sum of RGB (Red+Green+Blue) = 87+163+40=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #57A328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A328 is #A85CD7. Grayscale: #7E7E7E. Windows color (decimal): -11033816 or 2663255. OLE color: 2663255.
HSL color Cylindrical-coordinate representation of color #57A328: hue angle of 97.07º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57A328 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 163 | 40 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.36 |
| HSL | 97.07º | 0.61% | 0.4% | - |
| HSV(B) | 97.07º | 0.75% | 0.64% | - |
| XYZ | 17.41 | 28.37 | 6.57 | - |
| YUV | 126.25 | 79.32 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 40 | 0.47 | 0 | 0.75 | 0.36 | 97.07 | 0.61 | 0.4 |
| Hex | 57 | A3 | 28 | 2F | 0 | 4B | 24 | 61 | 3D | 28 |
| Octal | 127 | 243 | 50 | 57 | 0 | 113 | 44 | 141 | 75 | 50 |
| Binary | 1010111 | 10100011 | 101000 | 101111 | 0 | 1001011 | 100100 | 1100001 | 111101 | 101000 |
Color Harmonies of #57A328
Complementary color
Monochromatic Colors of #57A328
Black with #57A328
Text Example
Text Example
White with #57A328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A328; }
p { color: rgb(87,163,40); }
H1.HeaderClassName
{
color: #57A328;
}
.AnyTagClassName
{
color: #57A328;
}
</style>
background-color css
<style>
a { background-color: #57A328; }
a { background-color: rgb(87,163,40); }
div.DivClassName
{
background-color: #57A328;
}
.BgClassName
{
background-color: #57A328;
}
</style>
border-color css
<style>
span { border-color: #57A328; }
span { border-color: rgb(87,163,40); }
td.TdClassName
{
border-color: #57A328;
}
.TagClassName
{
border-color: #57A328;
}
</style>