Shades of Limeade #599D30
Tints of Limeade #599D30
RGB
CMYK
RGB Variations
Color information
#599D30 (or 0x599D30) is known color: Limeade. HEX triplet: 59, 9D and 30. RGB value is (89,157,48). Sum of RGB (Red+Green+Blue) = 89+157+48=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #599D30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599D30 is #A662CF. Grayscale: #7C7C7C. Windows color (decimal): -10904272 or 3186009. OLE color: 3186009.
HSL color Cylindrical-coordinate representation of color #599D30: hue angle of 97.43º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #599D30 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 48 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.38 |
| HSL | 97.43º | 0.53% | 0.4% | - |
| HSV(B) | 97.43º | 0.69% | 0.62% | - |
| XYZ | 16.71 | 26.45 | 7.02 | - |
| YUV | 124.24 | 84.97 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 48 | 0.43 | 0 | 0.69 | 0.38 | 97.43 | 0.53 | 0.4 |
| Hex | 59 | 9D | 30 | 2B | 0 | 45 | 26 | 61 | 35 | 28 |
| Octal | 131 | 235 | 60 | 53 | 0 | 105 | 46 | 141 | 65 | 50 |
| Binary | 1011001 | 10011101 | 110000 | 101011 | 0 | 1000101 | 100110 | 1100001 | 110101 | 101000 |
Color Harmonies of #599D30
Complementary color
Monochromatic Colors of #599D30
Black with #599D30
Text Example
Text Example
White with #599D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D30; }
p { color: rgb(89,157,48); }
H1.HeaderClassName
{
color: #599D30;
}
.AnyTagClassName
{
color: #599D30;
}
</style>
background-color css
<style>
a { background-color: #599D30; }
a { background-color: rgb(89,157,48); }
div.DivClassName
{
background-color: #599D30;
}
.BgClassName
{
background-color: #599D30;
}
</style>
border-color css
<style>
span { border-color: #599D30; }
span { border-color: rgb(89,157,48); }
td.TdClassName
{
border-color: #599D30;
}
.TagClassName
{
border-color: #599D30;
}
</style>