Shades of Limeade #58A129
Tints of Limeade #58A129
RGB
CMYK
RGB Variations
Color information
#58A129 (or 0x58A129) is known color: Limeade. HEX triplet: 58, A1 and 29. RGB value is (88,161,41). Sum of RGB (Red+Green+Blue) = 88+161+41=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 161 (63.28% from 255 or 55.52% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 161 - color contains mainly: green. Hex color #58A129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A129 is #A75ED6. Grayscale: #7D7D7D. Windows color (decimal): -10968791 or 2728280. OLE color: 2728280.
HSL color Cylindrical-coordinate representation of color #58A129: hue angle of 96.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58A129 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 161 | 41 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.37 |
| HSL | 96.5º | 0.59% | 0.4% | - |
| HSV(B) | 96.5º | 0.75% | 0.63% | - |
| XYZ | 17.17 | 27.72 | 6.54 | - |
| YUV | 125.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 41 | 0.45 | 0 | 0.75 | 0.37 | 96.5 | 0.59 | 0.4 |
| Hex | 58 | A1 | 29 | 2D | 0 | 4B | 25 | 60 | 3B | 28 |
| Octal | 130 | 241 | 51 | 55 | 0 | 113 | 45 | 140 | 73 | 50 |
| Binary | 1011000 | 10100001 | 101001 | 101101 | 0 | 1001011 | 100101 | 1100000 | 111011 | 101000 |
Color Harmonies of #58A129
Complementary color
Monochromatic Colors of #58A129
Black with #58A129
Text Example
Text Example
White with #58A129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A129; }
p { color: rgb(88,161,41); }
H1.HeaderClassName
{
color: #58A129;
}
.AnyTagClassName
{
color: #58A129;
}
</style>
background-color css
<style>
a { background-color: #58A129; }
a { background-color: rgb(88,161,41); }
div.DivClassName
{
background-color: #58A129;
}
.BgClassName
{
background-color: #58A129;
}
</style>
border-color css
<style>
span { border-color: #58A129; }
span { border-color: rgb(88,161,41); }
td.TdClassName
{
border-color: #58A129;
}
.TagClassName
{
border-color: #58A129;
}
</style>