Shades of Limeade #60A229
Tints of Limeade #60A229
RGB
CMYK
RGB Variations
Color information
#60A229 (or 0x60A229) is known color: Limeade. HEX triplet: 60, A2 and 29. RGB value is (96,162,41). Sum of RGB (Red+Green+Blue) = 96+162+41=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #60A229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A229 is #9F5DD6. Grayscale: #808080. Windows color (decimal): -10444247 or 2728544. OLE color: 2728544.
HSL color Cylindrical-coordinate representation of color #60A229: hue angle of 92.73º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60A229 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 162 | 41 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.36 |
| HSL | 92.73º | 0.6% | 0.4% | - |
| HSV(B) | 92.73º | 0.75% | 0.64% | - |
| XYZ | 18.14 | 28.49 | 6.64 | - |
| YUV | 128.47 | 78.63 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 41 | 0.41 | 0 | 0.75 | 0.36 | 92.73 | 0.6 | 0.4 |
| Hex | 60 | A2 | 29 | 29 | 0 | 4B | 24 | 5D | 3C | 28 |
| Octal | 140 | 242 | 51 | 51 | 0 | 113 | 44 | 135 | 74 | 50 |
| Binary | 1100000 | 10100010 | 101001 | 101001 | 0 | 1001011 | 100100 | 1011101 | 111100 | 101000 |
Color Harmonies of #60A229
Complementary color
Monochromatic Colors of #60A229
Black with #60A229
Text Example
Text Example
White with #60A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A229; }
p { color: rgb(96,162,41); }
H1.HeaderClassName
{
color: #60A229;
}
.AnyTagClassName
{
color: #60A229;
}
</style>
background-color css
<style>
a { background-color: #60A229; }
a { background-color: rgb(96,162,41); }
div.DivClassName
{
background-color: #60A229;
}
.BgClassName
{
background-color: #60A229;
}
</style>
border-color css
<style>
span { border-color: #60A229; }
span { border-color: rgb(96,162,41); }
td.TdClassName
{
border-color: #60A229;
}
.TagClassName
{
border-color: #60A229;
}
</style>