Shades of Limeade #60A231
Tints of Limeade #60A231
RGB
CMYK
RGB Variations
Color information
#60A231 (or 0x60A231) is known color: Limeade. HEX triplet: 60, A2 and 31. RGB value is (96,162,49). Sum of RGB (Red+Green+Blue) = 96+162+49=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #60A231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A231 is #9F5DCE. Grayscale: #818181. Windows color (decimal): -10444239 or 3252832. OLE color: 3252832.
HSL color Cylindrical-coordinate representation of color #60A231: hue angle of 95.04º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60A231 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 162 | 49 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.36 |
| HSL | 95.04º | 0.54% | 0.41% | - |
| HSV(B) | 95.04º | 0.7% | 0.64% | - |
| XYZ | 18.3 | 28.55 | 7.45 | - |
| YUV | 129.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 49 | 0.41 | 0 | 0.70 | 0.36 | 95.04 | 0.54 | 0.41 |
| Hex | 60 | A2 | 31 | 29 | 0 | 46 | 24 | 5F | 36 | 29 |
| Octal | 140 | 242 | 61 | 51 | 0 | 106 | 44 | 137 | 66 | 51 |
| Binary | 1100000 | 10100010 | 110001 | 101001 | 0 | 1000110 | 100100 | 1011111 | 110110 | 101001 |
Color Harmonies of #60A231
Complementary color
Monochromatic Colors of #60A231
Black with #60A231
Text Example
Text Example
White with #60A231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A231; }
p { color: rgb(96,162,49); }
H1.HeaderClassName
{
color: #60A231;
}
.AnyTagClassName
{
color: #60A231;
}
</style>
background-color css
<style>
a { background-color: #60A231; }
a { background-color: rgb(96,162,49); }
div.DivClassName
{
background-color: #60A231;
}
.BgClassName
{
background-color: #60A231;
}
</style>
border-color css
<style>
span { border-color: #60A231; }
span { border-color: rgb(96,162,49); }
td.TdClassName
{
border-color: #60A231;
}
.TagClassName
{
border-color: #60A231;
}
</style>