Shades of Limeade #60AC25
Tints of Limeade #60AC25
RGB
CMYK
RGB Variations
Color information
#60AC25 (or 0x60AC25) is known color: Limeade. HEX triplet: 60, AC and 25. RGB value is (96,172,37). Sum of RGB (Red+Green+Blue) = 96+172+37=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AC25 is #9F53DA. Grayscale: #868686. Windows color (decimal): -10441691 or 2468960. OLE color: 2468960.
HSL color Cylindrical-coordinate representation of color #60AC25: hue angle of 93.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60AC25 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 37 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.33 |
| HSL | 93.78º | 0.65% | 0.41% | - |
| HSV(B) | 93.78º | 0.78% | 0.67% | - |
| XYZ | 19.91 | 32.13 | 6.9 | - |
| YUV | 133.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 37 | 0.44 | 0 | 0.78 | 0.33 | 93.78 | 0.65 | 0.41 |
| Hex | 60 | AC | 25 | 2C | 0 | 4E | 21 | 5E | 41 | 29 |
| Octal | 140 | 254 | 45 | 54 | 0 | 116 | 41 | 136 | 101 | 51 |
| Binary | 1100000 | 10101100 | 100101 | 101100 | 0 | 1001110 | 100001 | 1011110 | 1000001 | 101001 |
Color Harmonies of #60AC25
Complementary color
Monochromatic Colors of #60AC25
Black with #60AC25
Text Example
Text Example
White with #60AC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC25; }
p { color: rgb(96,172,37); }
H1.HeaderClassName
{
color: #60AC25;
}
.AnyTagClassName
{
color: #60AC25;
}
</style>
background-color css
<style>
a { background-color: #60AC25; }
a { background-color: rgb(96,172,37); }
div.DivClassName
{
background-color: #60AC25;
}
.BgClassName
{
background-color: #60AC25;
}
</style>
border-color css
<style>
span { border-color: #60AC25; }
span { border-color: rgb(96,172,37); }
td.TdClassName
{
border-color: #60AC25;
}
.TagClassName
{
border-color: #60AC25;
}
</style>