Shades of Limeade #60A033
Tints of Limeade #60A033
RGB
CMYK
RGB Variations
Color information
#60A033 (or 0x60A033) is known color: Limeade. HEX triplet: 60, A0 and 33. RGB value is (96,160,51). Sum of RGB (Red+Green+Blue) = 96+160+51=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #60A033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A033 is #9F5FCC. Grayscale: #808080. Windows color (decimal): -10444749 or 3383392. OLE color: 3383392.
HSL color Cylindrical-coordinate representation of color #60A033: hue angle of 95.23º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60A033 is Cyan = 0.4, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 51 | - |
| CMYK | 0.4 | 0 | 0.68 | 0.37 |
| HSL | 95.23º | 0.52% | 0.41% | - |
| HSV(B) | 95.23º | 0.68% | 0.63% | - |
| XYZ | 17.99 | 27.87 | 7.56 | - |
| YUV | 128.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 51 | 0.4 | 0 | 0.68 | 0.37 | 95.23 | 0.52 | 0.41 |
| Hex | 60 | A0 | 33 | 28 | 0 | 44 | 25 | 5F | 34 | 29 |
| Octal | 140 | 240 | 63 | 50 | 0 | 104 | 45 | 137 | 64 | 51 |
| Binary | 1100000 | 10100000 | 110011 | 101000 | 0 | 1000100 | 100101 | 1011111 | 110100 | 101001 |
Color Harmonies of #60A033
Complementary color
Monochromatic Colors of #60A033
Black with #60A033
Text Example
Text Example
White with #60A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A033; }
p { color: rgb(96,160,51); }
H1.HeaderClassName
{
color: #60A033;
}
.AnyTagClassName
{
color: #60A033;
}
</style>
background-color css
<style>
a { background-color: #60A033; }
a { background-color: rgb(96,160,51); }
div.DivClassName
{
background-color: #60A033;
}
.BgClassName
{
background-color: #60A033;
}
</style>
border-color css
<style>
span { border-color: #60A033; }
span { border-color: rgb(96,160,51); }
td.TdClassName
{
border-color: #60A033;
}
.TagClassName
{
border-color: #60A033;
}
</style>