Shades of Limeade #58A436
Tints of Limeade #58A436
RGB
CMYK
RGB Variations
Color information
#58A436 (or 0x58A436) is known color: Limeade. HEX triplet: 58, A4 and 36. RGB value is (88,164,54). Sum of RGB (Red+Green+Blue) = 88+164+54=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #58A436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A436 is #A75BC9. Grayscale: #818181. Windows color (decimal): -10968010 or 3581016. OLE color: 3581016.
HSL color Cylindrical-coordinate representation of color #58A436: hue angle of 101.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58A436 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 164 | 54 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.36 |
| HSL | 101.45º | 0.5% | 0.43% | - |
| HSV(B) | 101.45º | 0.67% | 0.64% | - |
| XYZ | 17.97 | 28.89 | 8.12 | - |
| YUV | 128.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 164 | 54 | 0.46 | 0 | 0.67 | 0.36 | 101.45 | 0.5 | 0.43 |
| Hex | 58 | A4 | 36 | 2E | 0 | 43 | 24 | 65 | 32 | 2B |
| Octal | 130 | 244 | 66 | 56 | 0 | 103 | 44 | 145 | 62 | 53 |
| Binary | 1011000 | 10100100 | 110110 | 101110 | 0 | 1000011 | 100100 | 1100101 | 110010 | 101011 |
Color Harmonies of #58A436
Complementary color
Monochromatic Colors of #58A436
Black with #58A436
Text Example
Text Example
White with #58A436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A436; }
p { color: rgb(88,164,54); }
H1.HeaderClassName
{
color: #58A436;
}
.AnyTagClassName
{
color: #58A436;
}
</style>
background-color css
<style>
a { background-color: #58A436; }
a { background-color: rgb(88,164,54); }
div.DivClassName
{
background-color: #58A436;
}
.BgClassName
{
background-color: #58A436;
}
</style>
border-color css
<style>
span { border-color: #58A436; }
span { border-color: rgb(88,164,54); }
td.TdClassName
{
border-color: #58A436;
}
.TagClassName
{
border-color: #58A436;
}
</style>