Shades of Limeade #58973C
Tints of Limeade #58973C
RGB
CMYK
RGB Variations
Color information
#58973C (or 0x58973C) is known color: Limeade. HEX triplet: 58, 97 and 3C. RGB value is (88,151,60). Sum of RGB (Red+Green+Blue) = 88+151+60=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #58973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58973C is #A768C3. Grayscale: #7A7A7A. Windows color (decimal): -10971332 or 3970904. OLE color: 3970904.
HSL color Cylindrical-coordinate representation of color #58973C: hue angle of 101.54º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58973C is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 151 | 60 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.41 |
| HSL | 101.54º | 0.43% | 0.41% | - |
| HSV(B) | 101.54º | 0.6% | 0.59% | - |
| XYZ | 15.91 | 24.53 | 8.17 | - |
| YUV | 121.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 151 | 60 | 0.42 | 0 | 0.60 | 0.41 | 101.54 | 0.43 | 0.41 |
| Hex | 58 | 97 | 3C | 2A | 0 | 3C | 29 | 66 | 2B | 29 |
| Octal | 130 | 227 | 74 | 52 | 0 | 74 | 51 | 146 | 53 | 51 |
| Binary | 1011000 | 10010111 | 111100 | 101010 | 0 | 111100 | 101001 | 1100110 | 101011 | 101001 |
Color Harmonies of #58973C
Complementary color
Monochromatic Colors of #58973C
Black with #58973C
Text Example
Text Example
White with #58973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58973C; }
p { color: rgb(88,151,60); }
H1.HeaderClassName
{
color: #58973C;
}
.AnyTagClassName
{
color: #58973C;
}
</style>
background-color css
<style>
a { background-color: #58973C; }
a { background-color: rgb(88,151,60); }
div.DivClassName
{
background-color: #58973C;
}
.BgClassName
{
background-color: #58973C;
}
</style>
border-color css
<style>
span { border-color: #58973C; }
span { border-color: rgb(88,151,60); }
td.TdClassName
{
border-color: #58973C;
}
.TagClassName
{
border-color: #58973C;
}
</style>