Shades of Limeade #60AB2C
Tints of Limeade #60AB2C
RGB
CMYK
RGB Variations
Color information
#60AB2C (or 0x60AB2C) is known color: Limeade. HEX triplet: 60, AB and 2C. RGB value is (96,171,44). Sum of RGB (Red+Green+Blue) = 96+171+44=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AB2C is #9F54D3. Grayscale: #868686. Windows color (decimal): -10441940 or 2927456. OLE color: 2927456.
HSL color Cylindrical-coordinate representation of color #60AB2C: hue angle of 95.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60AB2C is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 44 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.33 |
| HSL | 95.43º | 0.59% | 0.42% | - |
| HSV(B) | 95.43º | 0.74% | 0.67% | - |
| XYZ | 19.84 | 31.79 | 7.47 | - |
| YUV | 134.1 | 77.15 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 44 | 0.44 | 0 | 0.74 | 0.33 | 95.43 | 0.59 | 0.42 |
| Hex | 60 | AB | 2C | 2C | 0 | 4A | 21 | 5F | 3B | 2A |
| Octal | 140 | 253 | 54 | 54 | 0 | 112 | 41 | 137 | 73 | 52 |
| Binary | 1100000 | 10101011 | 101100 | 101100 | 0 | 1001010 | 100001 | 1011111 | 111011 | 101010 |
Color Harmonies of #60AB2C
Complementary color
Monochromatic Colors of #60AB2C
Black with #60AB2C
Text Example
Text Example
White with #60AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB2C; }
p { color: rgb(96,171,44); }
H1.HeaderClassName
{
color: #60AB2C;
}
.AnyTagClassName
{
color: #60AB2C;
}
</style>
background-color css
<style>
a { background-color: #60AB2C; }
a { background-color: rgb(96,171,44); }
div.DivClassName
{
background-color: #60AB2C;
}
.BgClassName
{
background-color: #60AB2C;
}
</style>
border-color css
<style>
span { border-color: #60AB2C; }
span { border-color: rgb(96,171,44); }
td.TdClassName
{
border-color: #60AB2C;
}
.TagClassName
{
border-color: #60AB2C;
}
</style>