Shades of Limeade #58A236
Tints of Limeade #58A236
RGB
CMYK
RGB Variations
Color information
#58A236 (or 0x58A236) is known color: Limeade. HEX triplet: 58, A2 and 36. RGB value is (88,162,54). Sum of RGB (Red+Green+Blue) = 88+162+54=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #58A236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A236 is #A75DC9. Grayscale: #7F7F7F. Windows color (decimal): -10968522 or 3580504. OLE color: 3580504.
HSL color Cylindrical-coordinate representation of color #58A236: hue angle of 101.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58A236 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 162 | 54 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.36 |
| HSL | 101.11º | 0.5% | 0.42% | - |
| HSV(B) | 101.11º | 0.67% | 0.64% | - |
| XYZ | 17.61 | 28.18 | 8 | - |
| YUV | 127.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 54 | 0.46 | 0 | 0.67 | 0.36 | 101.11 | 0.5 | 0.42 |
| Hex | 58 | A2 | 36 | 2E | 0 | 43 | 24 | 65 | 32 | 2A |
| Octal | 130 | 242 | 66 | 56 | 0 | 103 | 44 | 145 | 62 | 52 |
| Binary | 1011000 | 10100010 | 110110 | 101110 | 0 | 1000011 | 100100 | 1100101 | 110010 | 101010 |
Color Harmonies of #58A236
Complementary color
Monochromatic Colors of #58A236
Black with #58A236
Text Example
Text Example
White with #58A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A236; }
p { color: rgb(88,162,54); }
H1.HeaderClassName
{
color: #58A236;
}
.AnyTagClassName
{
color: #58A236;
}
</style>
background-color css
<style>
a { background-color: #58A236; }
a { background-color: rgb(88,162,54); }
div.DivClassName
{
background-color: #58A236;
}
.BgClassName
{
background-color: #58A236;
}
</style>
border-color css
<style>
span { border-color: #58A236; }
span { border-color: rgb(88,162,54); }
td.TdClassName
{
border-color: #58A236;
}
.TagClassName
{
border-color: #58A236;
}
</style>