Shades of Limeade #60AA28
Tints of Limeade #60AA28
RGB
CMYK
RGB Variations
Color information
#60AA28 (or 0x60AA28) is known color: Limeade. HEX triplet: 60, AA and 28. RGB value is (96,170,40). Sum of RGB (Red+Green+Blue) = 96+170+40=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA28 is #9F55D7. Grayscale: #858585. Windows color (decimal): -10442200 or 2665056. OLE color: 2665056.
HSL color Cylindrical-coordinate representation of color #60AA28: hue angle of 94.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60AA28 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 40 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.33 |
| HSL | 94.15º | 0.62% | 0.41% | - |
| HSV(B) | 94.15º | 0.76% | 0.67% | - |
| XYZ | 19.58 | 31.39 | 7.03 | - |
| YUV | 133.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 40 | 0.44 | 0 | 0.76 | 0.33 | 94.15 | 0.62 | 0.41 |
| Hex | 60 | AA | 28 | 2C | 0 | 4C | 21 | 5E | 3E | 29 |
| Octal | 140 | 252 | 50 | 54 | 0 | 114 | 41 | 136 | 76 | 51 |
| Binary | 1100000 | 10101010 | 101000 | 101100 | 0 | 1001100 | 100001 | 1011110 | 111110 | 101001 |
Color Harmonies of #60AA28
Complementary color
Monochromatic Colors of #60AA28
Black with #60AA28
Text Example
Text Example
White with #60AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AA28; }
p { color: rgb(96,170,40); }
H1.HeaderClassName
{
color: #60AA28;
}
.AnyTagClassName
{
color: #60AA28;
}
</style>
background-color css
<style>
a { background-color: #60AA28; }
a { background-color: rgb(96,170,40); }
div.DivClassName
{
background-color: #60AA28;
}
.BgClassName
{
background-color: #60AA28;
}
</style>
border-color css
<style>
span { border-color: #60AA28; }
span { border-color: rgb(96,170,40); }
td.TdClassName
{
border-color: #60AA28;
}
.TagClassName
{
border-color: #60AA28;
}
</style>