Shades of Limeade #509A2D
Tints of Limeade #509A2D
RGB
CMYK
RGB Variations
Color information
#509A2D (or 0x509A2D) is known color: Limeade. HEX triplet: 50, 9A and 2D. RGB value is (80,154,45). Sum of RGB (Red+Green+Blue) = 80+154+45=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #509A2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509A2D is #AF65D2. Grayscale: #777777. Windows color (decimal): -11494867 or 2988624. OLE color: 2988624.
HSL color Cylindrical-coordinate representation of color #509A2D: hue angle of 100.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #509A2D is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 154 | 45 | - |
| CMYK | 0.48 | 0 | 0.71 | 0.40 |
| HSL | 100.73º | 0.55% | 0.39% | - |
| HSV(B) | 100.73º | 0.71% | 0.6% | - |
| XYZ | 15.34 | 25.01 | 6.5 | - |
| YUV | 119.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 45 | 0.48 | 0 | 0.71 | 0.40 | 100.73 | 0.55 | 0.39 |
| Hex | 50 | 9A | 2D | 30 | 0 | 47 | 28 | 65 | 37 | 27 |
| Octal | 120 | 232 | 55 | 60 | 0 | 107 | 50 | 145 | 67 | 47 |
| Binary | 1010000 | 10011010 | 101101 | 110000 | 0 | 1000111 | 101000 | 1100101 | 110111 | 100111 |
Color Harmonies of #509A2D
Complementary color
Monochromatic Colors of #509A2D
Black with #509A2D
Text Example
Text Example
White with #509A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509A2D; }
p { color: rgb(80,154,45); }
H1.HeaderClassName
{
color: #509A2D;
}
.AnyTagClassName
{
color: #509A2D;
}
</style>
background-color css
<style>
a { background-color: #509A2D; }
a { background-color: rgb(80,154,45); }
div.DivClassName
{
background-color: #509A2D;
}
.BgClassName
{
background-color: #509A2D;
}
</style>
border-color css
<style>
span { border-color: #509A2D; }
span { border-color: rgb(80,154,45); }
td.TdClassName
{
border-color: #509A2D;
}
.TagClassName
{
border-color: #509A2D;
}
</style>