Shades of Limeade #60992C
Tints of Limeade #60992C
RGB
CMYK
RGB Variations
Color information
#60992C (or 0x60992C) is known color: Limeade. HEX triplet: 60, 99 and 2C. RGB value is (96,153,44). Sum of RGB (Red+Green+Blue) = 96+153+44=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #60992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60992C is #9F66D3. Grayscale: #7B7B7B. Windows color (decimal): -10446548 or 2922848. OLE color: 2922848.
HSL color Cylindrical-coordinate representation of color #60992C: hue angle of 91.38º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60992C is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 44 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.4 |
| HSL | 91.38º | 0.55% | 0.39% | - |
| HSV(B) | 91.38º | 0.71% | 0.6% | - |
| XYZ | 16.67 | 25.45 | 6.42 | - |
| YUV | 123.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 44 | 0.37 | 0 | 0.71 | 0.4 | 91.38 | 0.55 | 0.39 |
| Hex | 60 | 99 | 2C | 25 | 0 | 47 | 28 | 5B | 37 | 27 |
| Octal | 140 | 231 | 54 | 45 | 0 | 107 | 50 | 133 | 67 | 47 |
| Binary | 1100000 | 10011001 | 101100 | 100101 | 0 | 1000111 | 101000 | 1011011 | 110111 | 100111 |
Color Harmonies of #60992C
Complementary color
Monochromatic Colors of #60992C
Black with #60992C
Text Example
Text Example
White with #60992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60992C; }
p { color: rgb(96,153,44); }
H1.HeaderClassName
{
color: #60992C;
}
.AnyTagClassName
{
color: #60992C;
}
</style>
background-color css
<style>
a { background-color: #60992C; }
a { background-color: rgb(96,153,44); }
div.DivClassName
{
background-color: #60992C;
}
.BgClassName
{
background-color: #60992C;
}
</style>
border-color css
<style>
span { border-color: #60992C; }
span { border-color: rgb(96,153,44); }
td.TdClassName
{
border-color: #60992C;
}
.TagClassName
{
border-color: #60992C;
}
</style>