Shades of Limeade #57A222
Tints of Limeade #57A222
RGB
CMYK
RGB Variations
Color information
#57A222 (or 0x57A222) is known color: Limeade. HEX triplet: 57, A2 and 22. RGB value is (87,162,34). Sum of RGB (Red+Green+Blue) = 87+162+34=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 162 (63.67% from 255 or 57.24% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 162 - color contains mainly: green. Hex color #57A222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A222 is #A85DDD. Grayscale: #7D7D7D. Windows color (decimal): -11034078 or 2269783. OLE color: 2269783.
HSL color Cylindrical-coordinate representation of color #57A222: hue angle of 95.16º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57A222 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 34 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.36 |
| HSL | 95.16º | 0.65% | 0.38% | - |
| HSV(B) | 95.16º | 0.79% | 0.64% | - |
| XYZ | 17.14 | 27.98 | 6.01 | - |
| YUV | 124.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 34 | 0.46 | 0 | 0.79 | 0.36 | 95.16 | 0.65 | 0.38 |
| Hex | 57 | A2 | 22 | 2E | 0 | 4F | 24 | 5F | 41 | 26 |
| Octal | 127 | 242 | 42 | 56 | 0 | 117 | 44 | 137 | 101 | 46 |
| Binary | 1010111 | 10100010 | 100010 | 101110 | 0 | 1001111 | 100100 | 1011111 | 1000001 | 100110 |
Color Harmonies of #57A222
Complementary color
Monochromatic Colors of #57A222
Black with #57A222
Text Example
Text Example
White with #57A222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A222; }
p { color: rgb(87,162,34); }
H1.HeaderClassName
{
color: #57A222;
}
.AnyTagClassName
{
color: #57A222;
}
</style>
background-color css
<style>
a { background-color: #57A222; }
a { background-color: rgb(87,162,34); }
div.DivClassName
{
background-color: #57A222;
}
.BgClassName
{
background-color: #57A222;
}
</style>
border-color css
<style>
span { border-color: #57A222; }
span { border-color: rgb(87,162,34); }
td.TdClassName
{
border-color: #57A222;
}
.TagClassName
{
border-color: #57A222;
}
</style>