Shades of Limeade #58942C
Tints of Limeade #58942C
RGB
CMYK
RGB Variations
Color information
#58942C (or 0x58942C) is known color: Limeade. HEX triplet: 58, 94 and 2C. RGB value is (88,148,44). Sum of RGB (Red+Green+Blue) = 88+148+44=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #58942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58942C is #A76BD3. Grayscale: #767676. Windows color (decimal): -10972116 or 2921560. OLE color: 2921560.
HSL color Cylindrical-coordinate representation of color #58942C: hue angle of 94.62º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58942C is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 148 | 44 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.42 |
| HSL | 94.62º | 0.54% | 0.38% | - |
| HSV(B) | 94.62º | 0.7% | 0.58% | - |
| XYZ | 15.07 | 23.44 | 6.11 | - |
| YUV | 118.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 44 | 0.41 | 0 | 0.70 | 0.42 | 94.62 | 0.54 | 0.38 |
| Hex | 58 | 94 | 2C | 29 | 0 | 46 | 2A | 5F | 36 | 26 |
| Octal | 130 | 224 | 54 | 51 | 0 | 106 | 52 | 137 | 66 | 46 |
| Binary | 1011000 | 10010100 | 101100 | 101001 | 0 | 1000110 | 101010 | 1011111 | 110110 | 100110 |
Color Harmonies of #58942C
Complementary color
Monochromatic Colors of #58942C
Black with #58942C
Text Example
Text Example
White with #58942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58942C; }
p { color: rgb(88,148,44); }
H1.HeaderClassName
{
color: #58942C;
}
.AnyTagClassName
{
color: #58942C;
}
</style>
background-color css
<style>
a { background-color: #58942C; }
a { background-color: rgb(88,148,44); }
div.DivClassName
{
background-color: #58942C;
}
.BgClassName
{
background-color: #58942C;
}
</style>
border-color css
<style>
span { border-color: #58942C; }
span { border-color: rgb(88,148,44); }
td.TdClassName
{
border-color: #58942C;
}
.TagClassName
{
border-color: #58942C;
}
</style>