Shades of Limeade #509C2F
Tints of Limeade #509C2F
RGB
CMYK
RGB Variations
Color information
#509C2F (or 0x509C2F) is known color: Limeade. HEX triplet: 50, 9C and 2F. RGB value is (80,156,47). Sum of RGB (Red+Green+Blue) = 80+156+47=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #509C2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509C2F is #AF63D0. Grayscale: #797979. Windows color (decimal): -11494353 or 3120208. OLE color: 3120208.
HSL color Cylindrical-coordinate representation of color #509C2F: hue angle of 101.83º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #509C2F is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 47 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.39 |
| HSL | 101.83º | 0.54% | 0.4% | - |
| HSV(B) | 101.83º | 0.7% | 0.61% | - |
| XYZ | 15.71 | 25.69 | 6.82 | - |
| YUV | 120.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 47 | 0.49 | 0 | 0.70 | 0.39 | 101.83 | 0.54 | 0.4 |
| Hex | 50 | 9C | 2F | 31 | 0 | 46 | 27 | 66 | 36 | 28 |
| Octal | 120 | 234 | 57 | 61 | 0 | 106 | 47 | 146 | 66 | 50 |
| Binary | 1010000 | 10011100 | 101111 | 110001 | 0 | 1000110 | 100111 | 1100110 | 110110 | 101000 |
Color Harmonies of #509C2F
Complementary color
Monochromatic Colors of #509C2F
Black with #509C2F
Text Example
Text Example
White with #509C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C2F; }
p { color: rgb(80,156,47); }
H1.HeaderClassName
{
color: #509C2F;
}
.AnyTagClassName
{
color: #509C2F;
}
</style>
background-color css
<style>
a { background-color: #509C2F; }
a { background-color: rgb(80,156,47); }
div.DivClassName
{
background-color: #509C2F;
}
.BgClassName
{
background-color: #509C2F;
}
</style>
border-color css
<style>
span { border-color: #509C2F; }
span { border-color: rgb(80,156,47); }
td.TdClassName
{
border-color: #509C2F;
}
.TagClassName
{
border-color: #509C2F;
}
</style>