Shades of Limeade #60AA20
Tints of Limeade #60AA20
RGB
CMYK
RGB Variations
Color information
#60AA20 (or 0x60AA20) is known color: Limeade. HEX triplet: 60, AA and 20. RGB value is (96,170,32). Sum of RGB (Red+Green+Blue) = 96+170+32=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA20 is #9F55DF. Grayscale: #848484. Windows color (decimal): -10442208 or 2140768. OLE color: 2140768.
HSL color Cylindrical-coordinate representation of color #60AA20: hue angle of 92.17º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60AA20 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 32 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.33 |
| HSL | 92.17º | 0.68% | 0.4% | - |
| HSV(B) | 92.17º | 0.81% | 0.67% | - |
| XYZ | 19.46 | 31.34 | 6.39 | - |
| YUV | 132.14 | 71.48 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 32 | 0.44 | 0 | 0.81 | 0.33 | 92.17 | 0.68 | 0.4 |
| Hex | 60 | AA | 20 | 2C | 0 | 51 | 21 | 5C | 44 | 28 |
| Octal | 140 | 252 | 40 | 54 | 0 | 121 | 41 | 134 | 104 | 50 |
| Binary | 1100000 | 10101010 | 100000 | 101100 | 0 | 1010001 | 100001 | 1011100 | 1000100 | 101000 |
Color Harmonies of #60AA20
Complementary color
Monochromatic Colors of #60AA20
Black with #60AA20
Text Example
Text Example
White with #60AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AA20; }
p { color: rgb(96,170,32); }
H1.HeaderClassName
{
color: #60AA20;
}
.AnyTagClassName
{
color: #60AA20;
}
</style>
background-color css
<style>
a { background-color: #60AA20; }
a { background-color: rgb(96,170,32); }
div.DivClassName
{
background-color: #60AA20;
}
.BgClassName
{
background-color: #60AA20;
}
</style>
border-color css
<style>
span { border-color: #60AA20; }
span { border-color: rgb(96,170,32); }
td.TdClassName
{
border-color: #60AA20;
}
.TagClassName
{
border-color: #60AA20;
}
</style>