Shades of Limeade #60AC28
Tints of Limeade #60AC28
RGB
CMYK
RGB Variations
Color information
#60AC28 (or 0x60AC28) is known color: Limeade. HEX triplet: 60, AC and 28. RGB value is (96,172,40). Sum of RGB (Red+Green+Blue) = 96+172+40=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AC28 is #9F53D7. Grayscale: #868686. Windows color (decimal): -10441688 or 2665568. OLE color: 2665568.
HSL color Cylindrical-coordinate representation of color #60AC28: hue angle of 94.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60AC28 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 40 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.33 |
| HSL | 94.55º | 0.62% | 0.42% | - |
| HSV(B) | 94.55º | 0.77% | 0.67% | - |
| XYZ | 19.96 | 32.15 | 7.16 | - |
| YUV | 134.23 | 74.82 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 40 | 0.44 | 0 | 0.77 | 0.33 | 94.55 | 0.62 | 0.42 |
| Hex | 60 | AC | 28 | 2C | 0 | 4D | 21 | 5F | 3E | 2A |
| Octal | 140 | 254 | 50 | 54 | 0 | 115 | 41 | 137 | 76 | 52 |
| Binary | 1100000 | 10101100 | 101000 | 101100 | 0 | 1001101 | 100001 | 1011111 | 111110 | 101010 |
Color Harmonies of #60AC28
Complementary color
Monochromatic Colors of #60AC28
Black with #60AC28
Text Example
Text Example
White with #60AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC28; }
p { color: rgb(96,172,40); }
H1.HeaderClassName
{
color: #60AC28;
}
.AnyTagClassName
{
color: #60AC28;
}
</style>
background-color css
<style>
a { background-color: #60AC28; }
a { background-color: rgb(96,172,40); }
div.DivClassName
{
background-color: #60AC28;
}
.BgClassName
{
background-color: #60AC28;
}
</style>
border-color css
<style>
span { border-color: #60AC28; }
span { border-color: rgb(96,172,40); }
td.TdClassName
{
border-color: #60AC28;
}
.TagClassName
{
border-color: #60AC28;
}
</style>