Shades of Limeade #60AB31
Tints of Limeade #60AB31
RGB
CMYK
RGB Variations
Color information
#60AB31 (or 0x60AB31) is known color: Limeade. HEX triplet: 60, AB and 31. RGB value is (96,171,49). Sum of RGB (Red+Green+Blue) = 96+171+49=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AB31 is #9F54CE. Grayscale: #878787. Windows color (decimal): -10441935 or 3255136. OLE color: 3255136.
HSL color Cylindrical-coordinate representation of color #60AB31: hue angle of 96.89º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60AB31 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 49 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.33 |
| HSL | 96.89º | 0.55% | 0.43% | - |
| HSV(B) | 96.89º | 0.71% | 0.67% | - |
| XYZ | 19.94 | 31.83 | 8 | - |
| YUV | 134.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 49 | 0.44 | 0 | 0.71 | 0.33 | 96.89 | 0.55 | 0.43 |
| Hex | 60 | AB | 31 | 2C | 0 | 47 | 21 | 61 | 37 | 2B |
| Octal | 140 | 253 | 61 | 54 | 0 | 107 | 41 | 141 | 67 | 53 |
| Binary | 1100000 | 10101011 | 110001 | 101100 | 0 | 1000111 | 100001 | 1100001 | 110111 | 101011 |
Color Harmonies of #60AB31
Complementary color
Monochromatic Colors of #60AB31
Black with #60AB31
Text Example
Text Example
White with #60AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB31; }
p { color: rgb(96,171,49); }
H1.HeaderClassName
{
color: #60AB31;
}
.AnyTagClassName
{
color: #60AB31;
}
</style>
background-color css
<style>
a { background-color: #60AB31; }
a { background-color: rgb(96,171,49); }
div.DivClassName
{
background-color: #60AB31;
}
.BgClassName
{
background-color: #60AB31;
}
</style>
border-color css
<style>
span { border-color: #60AB31; }
span { border-color: rgb(96,171,49); }
td.TdClassName
{
border-color: #60AB31;
}
.TagClassName
{
border-color: #60AB31;
}
</style>