Shades of Limeade #58962D
Tints of Limeade #58962D
RGB
CMYK
RGB Variations
Color information
#58962D (or 0x58962D) is known color: Limeade. HEX triplet: 58, 96 and 2D. RGB value is (88,150,45). Sum of RGB (Red+Green+Blue) = 88+150+45=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #58962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58962D is #A769D2. Grayscale: #777777. Windows color (decimal): -10971603 or 2987608. OLE color: 2987608.
HSL color Cylindrical-coordinate representation of color #58962D: hue angle of 95.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58962D is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 150 | 45 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.41 |
| HSL | 95.43º | 0.54% | 0.38% | - |
| HSV(B) | 95.43º | 0.7% | 0.59% | - |
| XYZ | 15.4 | 24.08 | 6.32 | - |
| YUV | 119.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 150 | 45 | 0.41 | 0 | 0.70 | 0.41 | 95.43 | 0.54 | 0.38 |
| Hex | 58 | 96 | 2D | 29 | 0 | 46 | 29 | 5F | 36 | 26 |
| Octal | 130 | 226 | 55 | 51 | 0 | 106 | 51 | 137 | 66 | 46 |
| Binary | 1011000 | 10010110 | 101101 | 101001 | 0 | 1000110 | 101001 | 1011111 | 110110 | 100110 |
Color Harmonies of #58962D
Complementary color
Monochromatic Colors of #58962D
Black with #58962D
Text Example
Text Example
White with #58962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58962D; }
p { color: rgb(88,150,45); }
H1.HeaderClassName
{
color: #58962D;
}
.AnyTagClassName
{
color: #58962D;
}
</style>
background-color css
<style>
a { background-color: #58962D; }
a { background-color: rgb(88,150,45); }
div.DivClassName
{
background-color: #58962D;
}
.BgClassName
{
background-color: #58962D;
}
</style>
border-color css
<style>
span { border-color: #58962D; }
span { border-color: rgb(88,150,45); }
td.TdClassName
{
border-color: #58962D;
}
.TagClassName
{
border-color: #58962D;
}
</style>