Shades of Limeade #579B1C
Tints of Limeade #579B1C
RGB
CMYK
RGB Variations
Color information
#579B1C (or 0x579B1C) is known color: Limeade. HEX triplet: 57, 9B and 1C. RGB value is (87,155,28). Sum of RGB (Red+Green+Blue) = 87+155+28=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 155 (60.94% from 255 or 57.41% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 155 - color contains mainly: green. Hex color #579B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #579B1C is #A864E3. Grayscale: #787878. Windows color (decimal): -11035876 or 1874775. OLE color: 1874775.
HSL color Cylindrical-coordinate representation of color #579B1C: hue angle of 92.13º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #579B1C is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 155 | 28 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.39 |
| HSL | 92.13º | 0.69% | 0.36% | - |
| HSV(B) | 92.13º | 0.82% | 0.61% | - |
| XYZ | 15.86 | 25.55 | 5.19 | - |
| YUV | 120.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 28 | 0.44 | 0 | 0.82 | 0.39 | 92.13 | 0.69 | 0.36 |
| Hex | 57 | 9B | 1C | 2C | 0 | 52 | 27 | 5C | 45 | 24 |
| Octal | 127 | 233 | 34 | 54 | 0 | 122 | 47 | 134 | 105 | 44 |
| Binary | 1010111 | 10011011 | 11100 | 101100 | 0 | 1010010 | 100111 | 1011100 | 1000101 | 100100 |
Color Harmonies of #579B1C
Complementary color
Monochromatic Colors of #579B1C
Black with #579B1C
Text Example
Text Example
White with #579B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579B1C; }
p { color: rgb(87,155,28); }
H1.HeaderClassName
{
color: #579B1C;
}
.AnyTagClassName
{
color: #579B1C;
}
</style>
background-color css
<style>
a { background-color: #579B1C; }
a { background-color: rgb(87,155,28); }
div.DivClassName
{
background-color: #579B1C;
}
.BgClassName
{
background-color: #579B1C;
}
</style>
border-color css
<style>
span { border-color: #579B1C; }
span { border-color: rgb(87,155,28); }
td.TdClassName
{
border-color: #579B1C;
}
.TagClassName
{
border-color: #579B1C;
}
</style>