Shades of Limeade #57993B
Tints of Limeade #57993B
RGB
CMYK
RGB Variations
Color information
#57993B (or 0x57993B) is known color: Limeade. HEX triplet: 57, 99 and 3B. RGB value is (87,153,59). Sum of RGB (Red+Green+Blue) = 87+153+59=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #57993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57993B is #A866C4. Grayscale: #7A7A7A. Windows color (decimal): -11036357 or 3905879. OLE color: 3905879.
HSL color Cylindrical-coordinate representation of color #57993B: hue angle of 102.13º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57993B is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 153 | 59 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.4 |
| HSL | 102.13º | 0.44% | 0.42% | - |
| HSV(B) | 102.13º | 0.61% | 0.6% | - |
| XYZ | 16.11 | 25.12 | 8.14 | - |
| YUV | 122.55 | 92.13 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 59 | 0.43 | 0 | 0.61 | 0.4 | 102.13 | 0.44 | 0.42 |
| Hex | 57 | 99 | 3B | 2B | 0 | 3D | 28 | 66 | 2C | 2A |
| Octal | 127 | 231 | 73 | 53 | 0 | 75 | 50 | 146 | 54 | 52 |
| Binary | 1010111 | 10011001 | 111011 | 101011 | 0 | 111101 | 101000 | 1100110 | 101100 | 101010 |
Color Harmonies of #57993B
Complementary color
Monochromatic Colors of #57993B
Black with #57993B
Text Example
Text Example
White with #57993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57993B; }
p { color: rgb(87,153,59); }
H1.HeaderClassName
{
color: #57993B;
}
.AnyTagClassName
{
color: #57993B;
}
</style>
background-color css
<style>
a { background-color: #57993B; }
a { background-color: rgb(87,153,59); }
div.DivClassName
{
background-color: #57993B;
}
.BgClassName
{
background-color: #57993B;
}
</style>
border-color css
<style>
span { border-color: #57993B; }
span { border-color: rgb(87,153,59); }
td.TdClassName
{
border-color: #57993B;
}
.TagClassName
{
border-color: #57993B;
}
</style>