Shades of Limeade #57932C
Tints of Limeade #57932C
RGB
CMYK
RGB Variations
Color information
#57932C (or 0x57932C) is known color: Limeade. HEX triplet: 57, 93 and 2C. RGB value is (87,147,44). Sum of RGB (Red+Green+Blue) = 87+147+44=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #57932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57932C is #A86CD3. Grayscale: #757575. Windows color (decimal): -11037908 or 2921303. OLE color: 2921303.
HSL color Cylindrical-coordinate representation of color #57932C: hue angle of 94.95º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57932C is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 147 | 44 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.42 |
| HSL | 94.95º | 0.54% | 0.37% | - |
| HSV(B) | 94.95º | 0.7% | 0.58% | - |
| XYZ | 14.82 | 23.08 | 6.06 | - |
| YUV | 117.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 44 | 0.41 | 0 | 0.70 | 0.42 | 94.95 | 0.54 | 0.37 |
| Hex | 57 | 93 | 2C | 29 | 0 | 46 | 2A | 5F | 36 | 25 |
| Octal | 127 | 223 | 54 | 51 | 0 | 106 | 52 | 137 | 66 | 45 |
| Binary | 1010111 | 10010011 | 101100 | 101001 | 0 | 1000110 | 101010 | 1011111 | 110110 | 100101 |
Color Harmonies of #57932C
Complementary color
Monochromatic Colors of #57932C
Black with #57932C
Text Example
Text Example
White with #57932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57932C; }
p { color: rgb(87,147,44); }
H1.HeaderClassName
{
color: #57932C;
}
.AnyTagClassName
{
color: #57932C;
}
</style>
background-color css
<style>
a { background-color: #57932C; }
a { background-color: rgb(87,147,44); }
div.DivClassName
{
background-color: #57932C;
}
.BgClassName
{
background-color: #57932C;
}
</style>
border-color css
<style>
span { border-color: #57932C; }
span { border-color: rgb(87,147,44); }
td.TdClassName
{
border-color: #57932C;
}
.TagClassName
{
border-color: #57932C;
}
</style>