Shades of Limeade #58AD2C
Tints of Limeade #58AD2C
RGB
CMYK
RGB Variations
Color information
#58AD2C (or 0x58AD2C) is known color: Limeade. HEX triplet: 58, AD and 2C. RGB value is (88,173,44). Sum of RGB (Red+Green+Blue) = 88+173+44=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AD2C is #A752D3. Grayscale: #858585. Windows color (decimal): -10965716 or 2927960. OLE color: 2927960.
HSL color Cylindrical-coordinate representation of color #58AD2C: hue angle of 99.53º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58AD2C is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 44 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.32 |
| HSL | 99.53º | 0.59% | 0.43% | - |
| HSV(B) | 99.53º | 0.75% | 0.68% | - |
| XYZ | 19.42 | 32.14 | 7.56 | - |
| YUV | 132.88 | 77.84 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 44 | 0.49 | 0 | 0.75 | 0.32 | 99.53 | 0.59 | 0.43 |
| Hex | 58 | AD | 2C | 31 | 0 | 4B | 20 | 64 | 3B | 2B |
| Octal | 130 | 255 | 54 | 61 | 0 | 113 | 40 | 144 | 73 | 53 |
| Binary | 1011000 | 10101101 | 101100 | 110001 | 0 | 1001011 | 100000 | 1100100 | 111011 | 101011 |
Color Harmonies of #58AD2C
Complementary color
Monochromatic Colors of #58AD2C
Black with #58AD2C
Text Example
Text Example
White with #58AD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD2C; }
p { color: rgb(88,173,44); }
H1.HeaderClassName
{
color: #58AD2C;
}
.AnyTagClassName
{
color: #58AD2C;
}
</style>
background-color css
<style>
a { background-color: #58AD2C; }
a { background-color: rgb(88,173,44); }
div.DivClassName
{
background-color: #58AD2C;
}
.BgClassName
{
background-color: #58AD2C;
}
</style>
border-color css
<style>
span { border-color: #58AD2C; }
span { border-color: rgb(88,173,44); }
td.TdClassName
{
border-color: #58AD2C;
}
.TagClassName
{
border-color: #58AD2C;
}
</style>