Shades of Limeade #60993B
Tints of Limeade #60993B
RGB
CMYK
RGB Variations
Color information
#60993B (or 0x60993B) is known color: Limeade. HEX triplet: 60, 99 and 3B. RGB value is (96,153,59). Sum of RGB (Red+Green+Blue) = 96+153+59=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #60993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60993B is #9F66C4. Grayscale: #7D7D7D. Windows color (decimal): -10446533 or 3905888. OLE color: 3905888.
HSL color Cylindrical-coordinate representation of color #60993B: hue angle of 96.38º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60993B is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 59 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.4 |
| HSL | 96.38º | 0.44% | 0.42% | - |
| HSV(B) | 96.38º | 0.61% | 0.6% | - |
| XYZ | 17 | 25.59 | 8.18 | - |
| YUV | 125.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 59 | 0.37 | 0 | 0.61 | 0.4 | 96.38 | 0.44 | 0.42 |
| Hex | 60 | 99 | 3B | 25 | 0 | 3D | 28 | 60 | 2C | 2A |
| Octal | 140 | 231 | 73 | 45 | 0 | 75 | 50 | 140 | 54 | 52 |
| Binary | 1100000 | 10011001 | 111011 | 100101 | 0 | 111101 | 101000 | 1100000 | 101100 | 101010 |
Color Harmonies of #60993B
Complementary color
Monochromatic Colors of #60993B
Black with #60993B
Text Example
Text Example
White with #60993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60993B; }
p { color: rgb(96,153,59); }
H1.HeaderClassName
{
color: #60993B;
}
.AnyTagClassName
{
color: #60993B;
}
</style>
background-color css
<style>
a { background-color: #60993B; }
a { background-color: rgb(96,153,59); }
div.DivClassName
{
background-color: #60993B;
}
.BgClassName
{
background-color: #60993B;
}
</style>
border-color css
<style>
span { border-color: #60993B; }
span { border-color: rgb(96,153,59); }
td.TdClassName
{
border-color: #60993B;
}
.TagClassName
{
border-color: #60993B;
}
</style>