Shades of Limeade #58982C
Tints of Limeade #58982C
RGB
CMYK
RGB Variations
Color information
#58982C (or 0x58982C) is known color: Limeade. HEX triplet: 58, 98 and 2C. RGB value is (88,152,44). Sum of RGB (Red+Green+Blue) = 88+152+44=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #58982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58982C is #A767D3. Grayscale: #787878. Windows color (decimal): -10971092 or 2922584. OLE color: 2922584.
HSL color Cylindrical-coordinate representation of color #58982C: hue angle of 95.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58982C is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 152 | 44 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.40 |
| HSL | 95.56º | 0.55% | 0.38% | - |
| HSV(B) | 95.56º | 0.71% | 0.6% | - |
| XYZ | 15.71 | 24.71 | 6.33 | - |
| YUV | 120.55 | 84.8 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 44 | 0.42 | 0 | 0.71 | 0.40 | 95.56 | 0.55 | 0.38 |
| Hex | 58 | 98 | 2C | 2A | 0 | 47 | 28 | 60 | 37 | 26 |
| Octal | 130 | 230 | 54 | 52 | 0 | 107 | 50 | 140 | 67 | 46 |
| Binary | 1011000 | 10011000 | 101100 | 101010 | 0 | 1000111 | 101000 | 1100000 | 110111 | 100110 |
Color Harmonies of #58982C
Complementary color
Monochromatic Colors of #58982C
Black with #58982C
Text Example
Text Example
White with #58982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58982C; }
p { color: rgb(88,152,44); }
H1.HeaderClassName
{
color: #58982C;
}
.AnyTagClassName
{
color: #58982C;
}
</style>
background-color css
<style>
a { background-color: #58982C; }
a { background-color: rgb(88,152,44); }
div.DivClassName
{
background-color: #58982C;
}
.BgClassName
{
background-color: #58982C;
}
</style>
border-color css
<style>
span { border-color: #58982C; }
span { border-color: rgb(88,152,44); }
td.TdClassName
{
border-color: #58982C;
}
.TagClassName
{
border-color: #58982C;
}
</style>