Shades of Limeade #58980C
Tints of Limeade #58980C
RGB
CMYK
RGB Variations
Color information
#58980C (or 0x58980C) is known color: Limeade. HEX triplet: 58, 98 and 0C. RGB value is (88,152,12). Sum of RGB (Red+Green+Blue) = 88+152+12=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #58980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58980C is #A767F3. Grayscale: #757575. Windows color (decimal): -10971124 or 825432. OLE color: 825432.
HSL color Cylindrical-coordinate representation of color #58980C: hue angle of 87.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58980C is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 152 | 12 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.40 |
| HSL | 87.43º | 0.85% | 0.32% | - |
| HSV(B) | 87.43º | 0.92% | 0.6% | - |
| XYZ | 15.32 | 24.56 | 4.28 | - |
| YUV | 116.9 | 68.8 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 12 | 0.42 | 0 | 0.92 | 0.40 | 87.43 | 0.85 | 0.32 |
| Hex | 58 | 98 | C | 2A | 0 | 5C | 28 | 57 | 55 | 20 |
| Octal | 130 | 230 | 14 | 52 | 0 | 134 | 50 | 127 | 125 | 40 |
| Binary | 1011000 | 10011000 | 1100 | 101010 | 0 | 1011100 | 101000 | 1010111 | 1010101 | 100000 |
Color Harmonies of #58980C
Complementary color
Monochromatic Colors of #58980C
Black with #58980C
Text Example
Text Example
White with #58980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58980C; }
p { color: rgb(88,152,12); }
H1.HeaderClassName
{
color: #58980C;
}
.AnyTagClassName
{
color: #58980C;
}
</style>
background-color css
<style>
a { background-color: #58980C; }
a { background-color: rgb(88,152,12); }
div.DivClassName
{
background-color: #58980C;
}
.BgClassName
{
background-color: #58980C;
}
</style>
border-color css
<style>
span { border-color: #58980C; }
span { border-color: rgb(88,152,12); }
td.TdClassName
{
border-color: #58980C;
}
.TagClassName
{
border-color: #58980C;
}
</style>