Shades of Limeade #58A334
Tints of Limeade #58A334
RGB
CMYK
RGB Variations
Color information
#58A334 (or 0x58A334) is known color: Limeade. HEX triplet: 58, A3 and 34. RGB value is (88,163,52). Sum of RGB (Red+Green+Blue) = 88+163+52=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #58A334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A334 is #A75CCB. Grayscale: #808080. Windows color (decimal): -10968268 or 3449688. OLE color: 3449688.
HSL color Cylindrical-coordinate representation of color #58A334: hue angle of 100.54º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58A334 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 163 | 52 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.36 |
| HSL | 100.54º | 0.52% | 0.42% | - |
| HSV(B) | 100.54º | 0.68% | 0.64% | - |
| XYZ | 17.74 | 28.52 | 7.82 | - |
| YUV | 127.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 163 | 52 | 0.46 | 0 | 0.68 | 0.36 | 100.54 | 0.52 | 0.42 |
| Hex | 58 | A3 | 34 | 2E | 0 | 44 | 24 | 65 | 34 | 2A |
| Octal | 130 | 243 | 64 | 56 | 0 | 104 | 44 | 145 | 64 | 52 |
| Binary | 1011000 | 10100011 | 110100 | 101110 | 0 | 1000100 | 100100 | 1100101 | 110100 | 101010 |
Color Harmonies of #58A334
Complementary color
Monochromatic Colors of #58A334
Black with #58A334
Text Example
Text Example
White with #58A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A334; }
p { color: rgb(88,163,52); }
H1.HeaderClassName
{
color: #58A334;
}
.AnyTagClassName
{
color: #58A334;
}
</style>
background-color css
<style>
a { background-color: #58A334; }
a { background-color: rgb(88,163,52); }
div.DivClassName
{
background-color: #58A334;
}
.BgClassName
{
background-color: #58A334;
}
</style>
border-color css
<style>
span { border-color: #58A334; }
span { border-color: rgb(88,163,52); }
td.TdClassName
{
border-color: #58A334;
}
.TagClassName
{
border-color: #58A334;
}
</style>