Shades of Limeade #60982B
Tints of Limeade #60982B
RGB
CMYK
RGB Variations
Color information
#60982B (or 0x60982B) is known color: Limeade. HEX triplet: 60, 98 and 2B. RGB value is (96,152,43). Sum of RGB (Red+Green+Blue) = 96+152+43=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #60982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60982B is #9F67D4. Grayscale: #7B7B7B. Windows color (decimal): -10446805 or 2857056. OLE color: 2857056.
HSL color Cylindrical-coordinate representation of color #60982B: hue angle of 90.83º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60982B is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 152 | 43 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.40 |
| HSL | 90.83º | 0.56% | 0.38% | - |
| HSV(B) | 90.83º | 0.72% | 0.6% | - |
| XYZ | 16.49 | 25.12 | 6.26 | - |
| YUV | 122.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 43 | 0.37 | 0 | 0.72 | 0.40 | 90.83 | 0.56 | 0.38 |
| Hex | 60 | 98 | 2B | 25 | 0 | 48 | 28 | 5B | 38 | 26 |
| Octal | 140 | 230 | 53 | 45 | 0 | 110 | 50 | 133 | 70 | 46 |
| Binary | 1100000 | 10011000 | 101011 | 100101 | 0 | 1001000 | 101000 | 1011011 | 111000 | 100110 |
Color Harmonies of #60982B
Complementary color
Monochromatic Colors of #60982B
Black with #60982B
Text Example
Text Example
White with #60982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60982B; }
p { color: rgb(96,152,43); }
H1.HeaderClassName
{
color: #60982B;
}
.AnyTagClassName
{
color: #60982B;
}
</style>
background-color css
<style>
a { background-color: #60982B; }
a { background-color: rgb(96,152,43); }
div.DivClassName
{
background-color: #60982B;
}
.BgClassName
{
background-color: #60982B;
}
</style>
border-color css
<style>
span { border-color: #60982B; }
span { border-color: rgb(96,152,43); }
td.TdClassName
{
border-color: #60982B;
}
.TagClassName
{
border-color: #60982B;
}
</style>