Shades of Limeade #60A137
Tints of Limeade #60A137
RGB
CMYK
RGB Variations
Color information
#60A137 (or 0x60A137) is known color: Limeade. HEX triplet: 60, A1 and 37. RGB value is (96,161,55). Sum of RGB (Red+Green+Blue) = 96+161+55=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #60A137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A137 is #9F5EC8. Grayscale: #818181. Windows color (decimal): -10444489 or 3645792. OLE color: 3645792.
HSL color Cylindrical-coordinate representation of color #60A137: hue angle of 96.79º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60A137 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 161 | 55 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.37 |
| HSL | 96.79º | 0.49% | 0.42% | - |
| HSV(B) | 96.79º | 0.66% | 0.63% | - |
| XYZ | 18.26 | 28.25 | 8.11 | - |
| YUV | 129.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 161 | 55 | 0.40 | 0 | 0.66 | 0.37 | 96.79 | 0.49 | 0.42 |
| Hex | 60 | A1 | 37 | 28 | 0 | 42 | 25 | 61 | 31 | 2A |
| Octal | 140 | 241 | 67 | 50 | 0 | 102 | 45 | 141 | 61 | 52 |
| Binary | 1100000 | 10100001 | 110111 | 101000 | 0 | 1000010 | 100101 | 1100001 | 110001 | 101010 |
Color Harmonies of #60A137
Complementary color
Monochromatic Colors of #60A137
Black with #60A137
Text Example
Text Example
White with #60A137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A137; }
p { color: rgb(96,161,55); }
H1.HeaderClassName
{
color: #60A137;
}
.AnyTagClassName
{
color: #60A137;
}
</style>
background-color css
<style>
a { background-color: #60A137; }
a { background-color: rgb(96,161,55); }
div.DivClassName
{
background-color: #60A137;
}
.BgClassName
{
background-color: #60A137;
}
</style>
border-color css
<style>
span { border-color: #60A137; }
span { border-color: rgb(96,161,55); }
td.TdClassName
{
border-color: #60A137;
}
.TagClassName
{
border-color: #60A137;
}
</style>