Shades of Limeade #60A217
Tints of Limeade #60A217
RGB
CMYK
RGB Variations
Color information
#60A217 (or 0x60A217) is known color: Limeade. HEX triplet: 60, A2 and 17. RGB value is (96,162,23). Sum of RGB (Red+Green+Blue) = 96+162+23=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #60A217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A217 is #9F5DE8. Grayscale: #7E7E7E. Windows color (decimal): -10444265 or 1548896. OLE color: 1548896.
HSL color Cylindrical-coordinate representation of color #60A217: hue angle of 88.49º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60A217 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 162 | 23 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.36 |
| HSL | 88.49º | 0.75% | 0.36% | - |
| HSV(B) | 88.49º | 0.86% | 0.64% | - |
| XYZ | 17.9 | 28.39 | 5.35 | - |
| YUV | 126.42 | 69.63 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 23 | 0.41 | 0 | 0.86 | 0.36 | 88.49 | 0.75 | 0.36 |
| Hex | 60 | A2 | 17 | 29 | 0 | 56 | 24 | 58 | 4B | 24 |
| Octal | 140 | 242 | 27 | 51 | 0 | 126 | 44 | 130 | 113 | 44 |
| Binary | 1100000 | 10100010 | 10111 | 101001 | 0 | 1010110 | 100100 | 1011000 | 1001011 | 100100 |
Color Harmonies of #60A217
Complementary color
Monochromatic Colors of #60A217
Black with #60A217
Text Example
Text Example
White with #60A217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A217; }
p { color: rgb(96,162,23); }
H1.HeaderClassName
{
color: #60A217;
}
.AnyTagClassName
{
color: #60A217;
}
</style>
background-color css
<style>
a { background-color: #60A217; }
a { background-color: rgb(96,162,23); }
div.DivClassName
{
background-color: #60A217;
}
.BgClassName
{
background-color: #60A217;
}
</style>
border-color css
<style>
span { border-color: #60A217; }
span { border-color: rgb(96,162,23); }
td.TdClassName
{
border-color: #60A217;
}
.TagClassName
{
border-color: #60A217;
}
</style>