Shades of Limeade #58931C
Tints of Limeade #58931C
RGB
CMYK
RGB Variations
Color information
#58931C (or 0x58931C) is known color: Limeade. HEX triplet: 58, 93 and 1C. RGB value is (88,147,28). Sum of RGB (Red+Green+Blue) = 88+147+28=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #58931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58931C is #A76CE3. Grayscale: #747474. Windows color (decimal): -10972388 or 1872728. OLE color: 1872728.
HSL color Cylindrical-coordinate representation of color #58931C: hue angle of 89.75º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58931C is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 147 | 28 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.42 |
| HSL | 89.75º | 0.68% | 0.34% | - |
| HSV(B) | 89.75º | 0.81% | 0.58% | - |
| XYZ | 14.67 | 23.03 | 4.77 | - |
| YUV | 115.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 28 | 0.40 | 0 | 0.81 | 0.42 | 89.75 | 0.68 | 0.34 |
| Hex | 58 | 93 | 1C | 28 | 0 | 51 | 2A | 5A | 44 | 22 |
| Octal | 130 | 223 | 34 | 50 | 0 | 121 | 52 | 132 | 104 | 42 |
| Binary | 1011000 | 10010011 | 11100 | 101000 | 0 | 1010001 | 101010 | 1011010 | 1000100 | 100010 |
Color Harmonies of #58931C
Complementary color
Monochromatic Colors of #58931C
Black with #58931C
Text Example
Text Example
White with #58931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58931C; }
p { color: rgb(88,147,28); }
H1.HeaderClassName
{
color: #58931C;
}
.AnyTagClassName
{
color: #58931C;
}
</style>
background-color css
<style>
a { background-color: #58931C; }
a { background-color: rgb(88,147,28); }
div.DivClassName
{
background-color: #58931C;
}
.BgClassName
{
background-color: #58931C;
}
</style>
border-color css
<style>
span { border-color: #58931C; }
span { border-color: rgb(88,147,28); }
td.TdClassName
{
border-color: #58931C;
}
.TagClassName
{
border-color: #58931C;
}
</style>