Shades of Limeade #60A024
Tints of Limeade #60A024
RGB
CMYK
RGB Variations
Color information
#60A024 (or 0x60A024) is known color: Limeade. HEX triplet: 60, A0 and 24. RGB value is (96,160,36). Sum of RGB (Red+Green+Blue) = 96+160+36=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #60A024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A024 is #9F5FDB. Grayscale: #7F7F7F. Windows color (decimal): -10444764 or 2400352. OLE color: 2400352.
HSL color Cylindrical-coordinate representation of color #60A024: hue angle of 90.97º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60A024 is Cyan = 0.4, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 36 | - |
| CMYK | 0.4 | 0 | 0.78 | 0.37 |
| HSL | 90.97º | 0.63% | 0.38% | - |
| HSV(B) | 90.97º | 0.78% | 0.63% | - |
| XYZ | 17.71 | 27.76 | 6.09 | - |
| YUV | 126.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 36 | 0.4 | 0 | 0.78 | 0.37 | 90.97 | 0.63 | 0.38 |
| Hex | 60 | A0 | 24 | 28 | 0 | 4E | 25 | 5B | 3F | 26 |
| Octal | 140 | 240 | 44 | 50 | 0 | 116 | 45 | 133 | 77 | 46 |
| Binary | 1100000 | 10100000 | 100100 | 101000 | 0 | 1001110 | 100101 | 1011011 | 111111 | 100110 |
Color Harmonies of #60A024
Complementary color
Monochromatic Colors of #60A024
Black with #60A024
Text Example
Text Example
White with #60A024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A024; }
p { color: rgb(96,160,36); }
H1.HeaderClassName
{
color: #60A024;
}
.AnyTagClassName
{
color: #60A024;
}
</style>
background-color css
<style>
a { background-color: #60A024; }
a { background-color: rgb(96,160,36); }
div.DivClassName
{
background-color: #60A024;
}
.BgClassName
{
background-color: #60A024;
}
</style>
border-color css
<style>
span { border-color: #60A024; }
span { border-color: rgb(96,160,36); }
td.TdClassName
{
border-color: #60A024;
}
.TagClassName
{
border-color: #60A024;
}
</style>