Shades of Limeade #57A334
Tints of Limeade #57A334
RGB
CMYK
RGB Variations
Color information
#57A334 (or 0x57A334) is known color: Limeade. HEX triplet: 57, A3 and 34. RGB value is (87,163,52). Sum of RGB (Red+Green+Blue) = 87+163+52=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 163 (64.06% from 255 or 53.97% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 163 - color contains mainly: green. Hex color #57A334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A334 is #A85CCB. Grayscale: #7F7F7F. Windows color (decimal): -11033804 or 3449687. OLE color: 3449687.
HSL color Cylindrical-coordinate representation of color #57A334: hue angle of 101.08º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57A334 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 163 | 52 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.36 |
| HSL | 101.08º | 0.52% | 0.42% | - |
| HSV(B) | 101.08º | 0.68% | 0.64% | - |
| XYZ | 17.65 | 28.47 | 7.81 | - |
| YUV | 127.62 | 85.32 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 52 | 0.47 | 0 | 0.68 | 0.36 | 101.08 | 0.52 | 0.42 |
| Hex | 57 | A3 | 34 | 2F | 0 | 44 | 24 | 65 | 34 | 2A |
| Octal | 127 | 243 | 64 | 57 | 0 | 104 | 44 | 145 | 64 | 52 |
| Binary | 1010111 | 10100011 | 110100 | 101111 | 0 | 1000100 | 100100 | 1100101 | 110100 | 101010 |
Color Harmonies of #57A334
Complementary color
Monochromatic Colors of #57A334
Black with #57A334
Text Example
Text Example
White with #57A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A334; }
p { color: rgb(87,163,52); }
H1.HeaderClassName
{
color: #57A334;
}
.AnyTagClassName
{
color: #57A334;
}
</style>
background-color css
<style>
a { background-color: #57A334; }
a { background-color: rgb(87,163,52); }
div.DivClassName
{
background-color: #57A334;
}
.BgClassName
{
background-color: #57A334;
}
</style>
border-color css
<style>
span { border-color: #57A334; }
span { border-color: rgb(87,163,52); }
td.TdClassName
{
border-color: #57A334;
}
.TagClassName
{
border-color: #57A334;
}
</style>