Shades of Limeade #589C02
Tints of Limeade #589C02
RGB
CMYK
RGB Variations
Color information
#589C02 (or 0x589C02) is known color: Limeade. HEX triplet: 58, 9C and 02. RGB value is (88,156,2). Sum of RGB (Red+Green+Blue) = 88+156+2=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #589C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589C02 is #A763FD. Grayscale: #767676. Windows color (decimal): -10970110 or 171096. OLE color: 171096.
HSL color Cylindrical-coordinate representation of color #589C02: hue angle of 86.49º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #589C02 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 156 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.39 |
| HSL | 86.49º | 0.97% | 0.31% | - |
| HSV(B) | 86.49º | 0.99% | 0.61% | - |
| XYZ | 15.92 | 25.86 | 4.21 | - |
| YUV | 118.11 | 62.47 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 2 | 0.44 | 0 | 0.99 | 0.39 | 86.49 | 0.97 | 0.31 |
| Hex | 58 | 9C | 2 | 2C | 0 | 63 | 27 | 56 | 61 | 1F |
| Octal | 130 | 234 | 2 | 54 | 0 | 143 | 47 | 126 | 141 | 37 |
| Binary | 1011000 | 10011100 | 10 | 101100 | 0 | 1100011 | 100111 | 1010110 | 1100001 | 11111 |
Color Harmonies of #589C02
Complementary color
Monochromatic Colors of #589C02
Black with #589C02
Text Example
Text Example
White with #589C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589C02; }
p { color: rgb(88,156,2); }
H1.HeaderClassName
{
color: #589C02;
}
.AnyTagClassName
{
color: #589C02;
}
</style>
background-color css
<style>
a { background-color: #589C02; }
a { background-color: rgb(88,156,2); }
div.DivClassName
{
background-color: #589C02;
}
.BgClassName
{
background-color: #589C02;
}
</style>
border-color css
<style>
span { border-color: #589C02; }
span { border-color: rgb(88,156,2); }
td.TdClassName
{
border-color: #589C02;
}
.TagClassName
{
border-color: #589C02;
}
</style>