Shades of Limeade #60AB25
Tints of Limeade #60AB25
RGB
CMYK
RGB Variations
Color information
#60AB25 (or 0x60AB25) is known color: Limeade. HEX triplet: 60, AB and 25. RGB value is (96,171,37). Sum of RGB (Red+Green+Blue) = 96+171+37=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AB25 is #9F54DA. Grayscale: #858585. Windows color (decimal): -10441947 or 2468704. OLE color: 2468704.
HSL color Cylindrical-coordinate representation of color #60AB25: hue angle of 93.58º degrees, saturation: 0.64, 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 #60AB25 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 37 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.33 |
| HSL | 93.58º | 0.64% | 0.41% | - |
| HSV(B) | 93.58º | 0.78% | 0.67% | - |
| XYZ | 19.72 | 31.75 | 6.84 | - |
| YUV | 133.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 37 | 0.44 | 0 | 0.78 | 0.33 | 93.58 | 0.64 | 0.41 |
| Hex | 60 | AB | 25 | 2C | 0 | 4E | 21 | 5E | 40 | 29 |
| Octal | 140 | 253 | 45 | 54 | 0 | 116 | 41 | 136 | 100 | 51 |
| Binary | 1100000 | 10101011 | 100101 | 101100 | 0 | 1001110 | 100001 | 1011110 | 1000000 | 101001 |
Color Harmonies of #60AB25
Complementary color
Monochromatic Colors of #60AB25
Black with #60AB25
Text Example
Text Example
White with #60AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB25; }
p { color: rgb(96,171,37); }
H1.HeaderClassName
{
color: #60AB25;
}
.AnyTagClassName
{
color: #60AB25;
}
</style>
background-color css
<style>
a { background-color: #60AB25; }
a { background-color: rgb(96,171,37); }
div.DivClassName
{
background-color: #60AB25;
}
.BgClassName
{
background-color: #60AB25;
}
</style>
border-color css
<style>
span { border-color: #60AB25; }
span { border-color: rgb(96,171,37); }
td.TdClassName
{
border-color: #60AB25;
}
.TagClassName
{
border-color: #60AB25;
}
</style>