Shades of Limeade #509900
Tints of Limeade #509900
RGB
CMYK
RGB Variations
Color information
#509900 (or 0x509900) is known color: Limeade. HEX triplet: 50, 99 and 00. RGB value is (80,153,0). Sum of RGB (Red+Green+Blue) = 80+153+0=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 153 (60.16% from 255 or 65.67% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 153 - color contains mainly: green. Hex color #509900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509900 is #AF66FF. Grayscale: #727272. Windows color (decimal): -11495168 or 39248. OLE color: 39248.
HSL color Cylindrical-coordinate representation of color #509900: hue angle of 88.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #509900 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.4 |
| HSL | 88.63º | 1% | 0.3% | - |
| HSV(B) | 88.63º | 1% | 0.6% | - |
| XYZ | 14.7 | 24.49 | 3.95 | - |
| YUV | 113.73 | 63.82 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 0 | 0.48 | 0 | 1 | 0.4 | 88.63 | 1 | 0.3 |
| Hex | 50 | 99 | 0 | 30 | 0 | 64 | 28 | 59 | 64 | 1E |
| Octal | 120 | 231 | 0 | 60 | 0 | 144 | 50 | 131 | 144 | 36 |
| Binary | 1010000 | 10011001 | 0 | 110000 | 0 | 1100100 | 101000 | 1011001 | 1100100 | 11110 |
Color Harmonies of #509900
Complementary color
Monochromatic Colors of #509900
Black with #509900
Text Example
Text Example
White with #509900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509900; }
p { color: rgb(80,153,0); }
H1.HeaderClassName
{
color: #509900;
}
.AnyTagClassName
{
color: #509900;
}
</style>
background-color css
<style>
a { background-color: #509900; }
a { background-color: rgb(80,153,0); }
div.DivClassName
{
background-color: #509900;
}
.BgClassName
{
background-color: #509900;
}
</style>
border-color css
<style>
span { border-color: #509900; }
span { border-color: rgb(80,153,0); }
td.TdClassName
{
border-color: #509900;
}
.TagClassName
{
border-color: #509900;
}
</style>