Shades of Limeade #58992C
Tints of Limeade #58992C
RGB
CMYK
RGB Variations
Color information
#58992C (or 0x58992C) is known color: Limeade. HEX triplet: 58, 99 and 2C. RGB value is (88,153,44). Sum of RGB (Red+Green+Blue) = 88+153+44=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #58992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58992C is #A766D3. Grayscale: #797979. Windows color (decimal): -10970836 or 2922840. OLE color: 2922840.
HSL color Cylindrical-coordinate representation of color #58992C: hue angle of 95.78º 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 #58992C is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 44 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.4 |
| HSL | 95.78º | 0.55% | 0.39% | - |
| HSV(B) | 95.78º | 0.71% | 0.6% | - |
| XYZ | 15.87 | 25.04 | 6.38 | - |
| YUV | 121.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 44 | 0.42 | 0 | 0.71 | 0.4 | 95.78 | 0.55 | 0.39 |
| Hex | 58 | 99 | 2C | 2A | 0 | 47 | 28 | 60 | 37 | 27 |
| Octal | 130 | 231 | 54 | 52 | 0 | 107 | 50 | 140 | 67 | 47 |
| Binary | 1011000 | 10011001 | 101100 | 101010 | 0 | 1000111 | 101000 | 1100000 | 110111 | 100111 |
Color Harmonies of #58992C
Complementary color
Monochromatic Colors of #58992C
Black with #58992C
Text Example
Text Example
White with #58992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58992C; }
p { color: rgb(88,153,44); }
H1.HeaderClassName
{
color: #58992C;
}
.AnyTagClassName
{
color: #58992C;
}
</style>
background-color css
<style>
a { background-color: #58992C; }
a { background-color: rgb(88,153,44); }
div.DivClassName
{
background-color: #58992C;
}
.BgClassName
{
background-color: #58992C;
}
</style>
border-color css
<style>
span { border-color: #58992C; }
span { border-color: rgb(88,153,44); }
td.TdClassName
{
border-color: #58992C;
}
.TagClassName
{
border-color: #58992C;
}
</style>