Shades of Limeade #58A311
Tints of Limeade #58A311
RGB
CMYK
RGB Variations
Color information
#58A311 (or 0x58A311) is known color: Limeade. HEX triplet: 58, A3 and 11. RGB value is (88,163,17). Sum of RGB (Red+Green+Blue) = 88+163+17=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #58A311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A311 is #A75CEE. Grayscale: #7C7C7C. Windows color (decimal): -10968303 or 1155928. OLE color: 1155928.
HSL color Cylindrical-coordinate representation of color #58A311: hue angle of 90.82º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58A311 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 163 | 17 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.36 |
| HSL | 90.82º | 0.81% | 0.35% | - |
| HSV(B) | 90.82º | 0.9% | 0.64% | - |
| XYZ | 17.22 | 28.31 | 5.09 | - |
| YUV | 123.93 | 67.65 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 163 | 17 | 0.46 | 0 | 0.90 | 0.36 | 90.82 | 0.81 | 0.35 |
| Hex | 58 | A3 | 11 | 2E | 0 | 5A | 24 | 5B | 51 | 23 |
| Octal | 130 | 243 | 21 | 56 | 0 | 132 | 44 | 133 | 121 | 43 |
| Binary | 1011000 | 10100011 | 10001 | 101110 | 0 | 1011010 | 100100 | 1011011 | 1010001 | 100011 |
Color Harmonies of #58A311
Complementary color
Monochromatic Colors of #58A311
Black with #58A311
Text Example
Text Example
White with #58A311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A311; }
p { color: rgb(88,163,17); }
H1.HeaderClassName
{
color: #58A311;
}
.AnyTagClassName
{
color: #58A311;
}
</style>
background-color css
<style>
a { background-color: #58A311; }
a { background-color: rgb(88,163,17); }
div.DivClassName
{
background-color: #58A311;
}
.BgClassName
{
background-color: #58A311;
}
</style>
border-color css
<style>
span { border-color: #58A311; }
span { border-color: rgb(88,163,17); }
td.TdClassName
{
border-color: #58A311;
}
.TagClassName
{
border-color: #58A311;
}
</style>