Shades of Limeade #60A12B
Tints of Limeade #60A12B
RGB
CMYK
RGB Variations
Color information
#60A12B (or 0x60A12B) is known color: Limeade. HEX triplet: 60, A1 and 2B. RGB value is (96,161,43). Sum of RGB (Red+Green+Blue) = 96+161+43=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #60A12B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A12B is #9F5ED4. Grayscale: #808080. Windows color (decimal): -10444501 or 2859360. OLE color: 2859360.
HSL color Cylindrical-coordinate representation of color #60A12B: hue angle of 93.05º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60A12B is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 161 | 43 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.37 |
| HSL | 93.05º | 0.58% | 0.4% | - |
| HSV(B) | 93.05º | 0.73% | 0.63% | - |
| XYZ | 18 | 28.15 | 6.77 | - |
| YUV | 128.11 | 79.97 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 161 | 43 | 0.40 | 0 | 0.73 | 0.37 | 93.05 | 0.58 | 0.4 |
| Hex | 60 | A1 | 2B | 28 | 0 | 49 | 25 | 5D | 3A | 28 |
| Octal | 140 | 241 | 53 | 50 | 0 | 111 | 45 | 135 | 72 | 50 |
| Binary | 1100000 | 10100001 | 101011 | 101000 | 0 | 1001001 | 100101 | 1011101 | 111010 | 101000 |
Color Harmonies of #60A12B
Complementary color
Monochromatic Colors of #60A12B
Black with #60A12B
Text Example
Text Example
White with #60A12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A12B; }
p { color: rgb(96,161,43); }
H1.HeaderClassName
{
color: #60A12B;
}
.AnyTagClassName
{
color: #60A12B;
}
</style>
background-color css
<style>
a { background-color: #60A12B; }
a { background-color: rgb(96,161,43); }
div.DivClassName
{
background-color: #60A12B;
}
.BgClassName
{
background-color: #60A12B;
}
</style>
border-color css
<style>
span { border-color: #60A12B; }
span { border-color: rgb(96,161,43); }
td.TdClassName
{
border-color: #60A12B;
}
.TagClassName
{
border-color: #60A12B;
}
</style>