Shades of Limeade #58A015
Tints of Limeade #58A015
RGB
CMYK
RGB Variations
Color information
#58A015 (or 0x58A015) is known color: Limeade. HEX triplet: 58, A0 and 15. RGB value is (88,160,21). Sum of RGB (Red+Green+Blue) = 88+160+21=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 160 (62.89% from 255 or 59.48% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 160 - color contains mainly: green. Hex color #58A015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A015 is #A75FEA. Grayscale: #7B7B7B. Windows color (decimal): -10969067 or 1417304. OLE color: 1417304.
HSL color Cylindrical-coordinate representation of color #58A015: hue angle of 91.08º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58A015 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 160 | 21 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.37 |
| HSL | 91.08º | 0.77% | 0.35% | - |
| HSV(B) | 91.08º | 0.87% | 0.63% | - |
| XYZ | 16.73 | 27.27 | 5.09 | - |
| YUV | 122.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 160 | 21 | 0.45 | 0 | 0.87 | 0.37 | 91.08 | 0.77 | 0.35 |
| Hex | 58 | A0 | 15 | 2D | 0 | 57 | 25 | 5B | 4D | 23 |
| Octal | 130 | 240 | 25 | 55 | 0 | 127 | 45 | 133 | 115 | 43 |
| Binary | 1011000 | 10100000 | 10101 | 101101 | 0 | 1010111 | 100101 | 1011011 | 1001101 | 100011 |
Color Harmonies of #58A015
Complementary color
Monochromatic Colors of #58A015
Black with #58A015
Text Example
Text Example
White with #58A015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A015; }
p { color: rgb(88,160,21); }
H1.HeaderClassName
{
color: #58A015;
}
.AnyTagClassName
{
color: #58A015;
}
</style>
background-color css
<style>
a { background-color: #58A015; }
a { background-color: rgb(88,160,21); }
div.DivClassName
{
background-color: #58A015;
}
.BgClassName
{
background-color: #58A015;
}
</style>
border-color css
<style>
span { border-color: #58A015; }
span { border-color: rgb(88,160,21); }
td.TdClassName
{
border-color: #58A015;
}
.TagClassName
{
border-color: #58A015;
}
</style>