Shades of Limeade #579B2A
Tints of Limeade #579B2A
RGB
CMYK
RGB Variations
Color information
#579B2A (or 0x579B2A) is known color: Limeade. HEX triplet: 57, 9B and 2A. RGB value is (87,155,42). Sum of RGB (Red+Green+Blue) = 87+155+42=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #579B2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #579B2A is #A864D5. Grayscale: #7A7A7A. Windows color (decimal): -11035862 or 2792279. OLE color: 2792279.
HSL color Cylindrical-coordinate representation of color #579B2A: hue angle of 96.11º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #579B2A is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 155 | 42 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.39 |
| HSL | 96.11º | 0.57% | 0.39% | - |
| HSV(B) | 96.11º | 0.73% | 0.61% | - |
| XYZ | 16.07 | 25.64 | 6.29 | - |
| YUV | 121.79 | 82.97 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 42 | 0.44 | 0 | 0.73 | 0.39 | 96.11 | 0.57 | 0.39 |
| Hex | 57 | 9B | 2A | 2C | 0 | 49 | 27 | 60 | 39 | 27 |
| Octal | 127 | 233 | 52 | 54 | 0 | 111 | 47 | 140 | 71 | 47 |
| Binary | 1010111 | 10011011 | 101010 | 101100 | 0 | 1001001 | 100111 | 1100000 | 111001 | 100111 |
Color Harmonies of #579B2A
Complementary color
Monochromatic Colors of #579B2A
Black with #579B2A
Text Example
Text Example
White with #579B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579B2A; }
p { color: rgb(87,155,42); }
H1.HeaderClassName
{
color: #579B2A;
}
.AnyTagClassName
{
color: #579B2A;
}
</style>
background-color css
<style>
a { background-color: #579B2A; }
a { background-color: rgb(87,155,42); }
div.DivClassName
{
background-color: #579B2A;
}
.BgClassName
{
background-color: #579B2A;
}
</style>
border-color css
<style>
span { border-color: #579B2A; }
span { border-color: rgb(87,155,42); }
td.TdClassName
{
border-color: #579B2A;
}
.TagClassName
{
border-color: #579B2A;
}
</style>