Shades of Limeade #60A02C
Tints of Limeade #60A02C
RGB
CMYK
RGB Variations
Color information
#60A02C (or 0x60A02C) is known color: Limeade. HEX triplet: 60, A0 and 2C. RGB value is (96,160,44). Sum of RGB (Red+Green+Blue) = 96+160+44=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #60A02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A02C is #9F5FD3. Grayscale: #808080. Windows color (decimal): -10444756 or 2924640. OLE color: 2924640.
HSL color Cylindrical-coordinate representation of color #60A02C: hue angle of 93.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60A02C is Cyan = 0.4, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 44 | - |
| CMYK | 0.4 | 0 | 0.72 | 0.37 |
| HSL | 93.1º | 0.57% | 0.4% | - |
| HSV(B) | 93.1º | 0.73% | 0.63% | - |
| XYZ | 17.85 | 27.81 | 6.81 | - |
| YUV | 127.64 | 80.8 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 44 | 0.4 | 0 | 0.72 | 0.37 | 93.1 | 0.57 | 0.4 |
| Hex | 60 | A0 | 2C | 28 | 0 | 48 | 25 | 5D | 39 | 28 |
| Octal | 140 | 240 | 54 | 50 | 0 | 110 | 45 | 135 | 71 | 50 |
| Binary | 1100000 | 10100000 | 101100 | 101000 | 0 | 1001000 | 100101 | 1011101 | 111001 | 101000 |
Color Harmonies of #60A02C
Complementary color
Monochromatic Colors of #60A02C
Black with #60A02C
Text Example
Text Example
White with #60A02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A02C; }
p { color: rgb(96,160,44); }
H1.HeaderClassName
{
color: #60A02C;
}
.AnyTagClassName
{
color: #60A02C;
}
</style>
background-color css
<style>
a { background-color: #60A02C; }
a { background-color: rgb(96,160,44); }
div.DivClassName
{
background-color: #60A02C;
}
.BgClassName
{
background-color: #60A02C;
}
</style>
border-color css
<style>
span { border-color: #60A02C; }
span { border-color: rgb(96,160,44); }
td.TdClassName
{
border-color: #60A02C;
}
.TagClassName
{
border-color: #60A02C;
}
</style>