Shades of Limeade #509D2F
Tints of Limeade #509D2F
RGB
CMYK
RGB Variations
Color information
#509D2F (or 0x509D2F) is known color: Limeade. HEX triplet: 50, 9D and 2F. RGB value is (80,157,47). Sum of RGB (Red+Green+Blue) = 80+157+47=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #509D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509D2F is #AF62D0. Grayscale: #797979. Windows color (decimal): -11494097 or 3120464. OLE color: 3120464.
HSL color Cylindrical-coordinate representation of color #509D2F: hue angle of 102º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #509D2F is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 47 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.38 |
| HSL | 102º | 0.54% | 0.4% | - |
| HSV(B) | 102º | 0.7% | 0.62% | - |
| XYZ | 15.88 | 26.02 | 6.88 | - |
| YUV | 121.44 | 85.99 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 47 | 0.49 | 0 | 0.70 | 0.38 | 102 | 0.54 | 0.4 |
| Hex | 50 | 9D | 2F | 31 | 0 | 46 | 26 | 66 | 36 | 28 |
| Octal | 120 | 235 | 57 | 61 | 0 | 106 | 46 | 146 | 66 | 50 |
| Binary | 1010000 | 10011101 | 101111 | 110001 | 0 | 1000110 | 100110 | 1100110 | 110110 | 101000 |
Color Harmonies of #509D2F
Complementary color
Monochromatic Colors of #509D2F
Black with #509D2F
Text Example
Text Example
White with #509D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D2F; }
p { color: rgb(80,157,47); }
H1.HeaderClassName
{
color: #509D2F;
}
.AnyTagClassName
{
color: #509D2F;
}
</style>
background-color css
<style>
a { background-color: #509D2F; }
a { background-color: rgb(80,157,47); }
div.DivClassName
{
background-color: #509D2F;
}
.BgClassName
{
background-color: #509D2F;
}
</style>
border-color css
<style>
span { border-color: #509D2F; }
span { border-color: rgb(80,157,47); }
td.TdClassName
{
border-color: #509D2F;
}
.TagClassName
{
border-color: #509D2F;
}
</style>