Shades of Limeade #509F2B
Tints of Limeade #509F2B
RGB
CMYK
RGB Variations
Color information
#509F2B (or 0x509F2B) is known color: Limeade. HEX triplet: 50, 9F and 2B. RGB value is (80,159,43). Sum of RGB (Red+Green+Blue) = 80+159+43=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 159 (62.5% from 255 or 56.38% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 159 - color contains mainly: green. Hex color #509F2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509F2B is #AF60D4. Grayscale: #7A7A7A. Windows color (decimal): -11493589 or 2858832. OLE color: 2858832.
HSL color Cylindrical-coordinate representation of color #509F2B: hue angle of 100.86º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #509F2B is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 43 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.38 |
| HSL | 100.86º | 0.57% | 0.4% | - |
| HSV(B) | 100.86º | 0.73% | 0.62% | - |
| XYZ | 16.14 | 26.68 | 6.58 | - |
| YUV | 122.16 | 83.33 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 43 | 0.50 | 0 | 0.73 | 0.38 | 100.86 | 0.57 | 0.4 |
| Hex | 50 | 9F | 2B | 32 | 0 | 49 | 26 | 65 | 39 | 28 |
| Octal | 120 | 237 | 53 | 62 | 0 | 111 | 46 | 145 | 71 | 50 |
| Binary | 1010000 | 10011111 | 101011 | 110010 | 0 | 1001001 | 100110 | 1100101 | 111001 | 101000 |
Color Harmonies of #509F2B
Complementary color
Monochromatic Colors of #509F2B
Black with #509F2B
Text Example
Text Example
White with #509F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F2B; }
p { color: rgb(80,159,43); }
H1.HeaderClassName
{
color: #509F2B;
}
.AnyTagClassName
{
color: #509F2B;
}
</style>
background-color css
<style>
a { background-color: #509F2B; }
a { background-color: rgb(80,159,43); }
div.DivClassName
{
background-color: #509F2B;
}
.BgClassName
{
background-color: #509F2B;
}
</style>
border-color css
<style>
span { border-color: #509F2B; }
span { border-color: rgb(80,159,43); }
td.TdClassName
{
border-color: #509F2B;
}
.TagClassName
{
border-color: #509F2B;
}
</style>