Shades of Limeade #60A42B
Tints of Limeade #60A42B
RGB
CMYK
RGB Variations
Color information
#60A42B (or 0x60A42B) is known color: Limeade. HEX triplet: 60, A4 and 2B. RGB value is (96,164,43). Sum of RGB (Red+Green+Blue) = 96+164+43=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #60A42B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A42B is #9F5BD4. Grayscale: #828282. Windows color (decimal): -10443733 or 2860128. OLE color: 2860128.
HSL color Cylindrical-coordinate representation of color #60A42B: hue angle of 93.72º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60A42B is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 164 | 43 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.36 |
| HSL | 93.72º | 0.58% | 0.41% | - |
| HSV(B) | 93.72º | 0.74% | 0.64% | - |
| XYZ | 18.54 | 29.21 | 6.95 | - |
| YUV | 129.87 | 78.97 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 164 | 43 | 0.41 | 0 | 0.74 | 0.36 | 93.72 | 0.58 | 0.41 |
| Hex | 60 | A4 | 2B | 29 | 0 | 4A | 24 | 5E | 3A | 29 |
| Octal | 140 | 244 | 53 | 51 | 0 | 112 | 44 | 136 | 72 | 51 |
| Binary | 1100000 | 10100100 | 101011 | 101001 | 0 | 1001010 | 100100 | 1011110 | 111010 | 101001 |
Color Harmonies of #60A42B
Complementary color
Monochromatic Colors of #60A42B
Black with #60A42B
Text Example
Text Example
White with #60A42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A42B; }
p { color: rgb(96,164,43); }
H1.HeaderClassName
{
color: #60A42B;
}
.AnyTagClassName
{
color: #60A42B;
}
</style>
background-color css
<style>
a { background-color: #60A42B; }
a { background-color: rgb(96,164,43); }
div.DivClassName
{
background-color: #60A42B;
}
.BgClassName
{
background-color: #60A42B;
}
</style>
border-color css
<style>
span { border-color: #60A42B; }
span { border-color: rgb(96,164,43); }
td.TdClassName
{
border-color: #60A42B;
}
.TagClassName
{
border-color: #60A42B;
}
</style>