Shades of Limeade #57A235
Tints of Limeade #57A235
RGB
CMYK
RGB Variations
Color information
#57A235 (or 0x57A235) is known color: Limeade. HEX triplet: 57, A2 and 35. RGB value is (87,162,53). Sum of RGB (Red+Green+Blue) = 87+162+53=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #57A235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A235 is #A85DCA. Grayscale: #7F7F7F. Windows color (decimal): -11034059 or 3514967. OLE color: 3514967.
HSL color Cylindrical-coordinate representation of color #57A235: hue angle of 101.28º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57A235 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 53 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.36 |
| HSL | 101.28º | 0.51% | 0.42% | - |
| HSV(B) | 101.28º | 0.67% | 0.64% | - |
| XYZ | 17.49 | 28.12 | 7.87 | - |
| YUV | 127.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 53 | 0.46 | 0 | 0.67 | 0.36 | 101.28 | 0.51 | 0.42 |
| Hex | 57 | A2 | 35 | 2E | 0 | 43 | 24 | 65 | 33 | 2A |
| Octal | 127 | 242 | 65 | 56 | 0 | 103 | 44 | 145 | 63 | 52 |
| Binary | 1010111 | 10100010 | 110101 | 101110 | 0 | 1000011 | 100100 | 1100101 | 110011 | 101010 |
Color Harmonies of #57A235
Complementary color
Monochromatic Colors of #57A235
Black with #57A235
Text Example
Text Example
White with #57A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A235; }
p { color: rgb(87,162,53); }
H1.HeaderClassName
{
color: #57A235;
}
.AnyTagClassName
{
color: #57A235;
}
</style>
background-color css
<style>
a { background-color: #57A235; }
a { background-color: rgb(87,162,53); }
div.DivClassName
{
background-color: #57A235;
}
.BgClassName
{
background-color: #57A235;
}
</style>
border-color css
<style>
span { border-color: #57A235; }
span { border-color: rgb(87,162,53); }
td.TdClassName
{
border-color: #57A235;
}
.TagClassName
{
border-color: #57A235;
}
</style>