Shades of Limeade #509A2B
Tints of Limeade #509A2B
RGB
CMYK
RGB Variations
Color information
#509A2B (or 0x509A2B) is known color: Limeade. HEX triplet: 50, 9A and 2B. RGB value is (80,154,43). Sum of RGB (Red+Green+Blue) = 80+154+43=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #509A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509A2B is #AF65D4. Grayscale: #777777. Windows color (decimal): -11494869 or 2857552. OLE color: 2857552.
HSL color Cylindrical-coordinate representation of color #509A2B: hue angle of 100º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #509A2B is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 154 | 43 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.40 |
| HSL | 100º | 0.56% | 0.39% | - |
| HSV(B) | 100º | 0.72% | 0.6% | - |
| XYZ | 15.3 | 24.99 | 6.3 | - |
| YUV | 119.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 43 | 0.48 | 0 | 0.72 | 0.40 | 100 | 0.56 | 0.39 |
| Hex | 50 | 9A | 2B | 30 | 0 | 48 | 28 | 64 | 38 | 27 |
| Octal | 120 | 232 | 53 | 60 | 0 | 110 | 50 | 144 | 70 | 47 |
| Binary | 1010000 | 10011010 | 101011 | 110000 | 0 | 1001000 | 101000 | 1100100 | 111000 | 100111 |
Color Harmonies of #509A2B
Complementary color
Monochromatic Colors of #509A2B
Black with #509A2B
Text Example
Text Example
White with #509A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509A2B; }
p { color: rgb(80,154,43); }
H1.HeaderClassName
{
color: #509A2B;
}
.AnyTagClassName
{
color: #509A2B;
}
</style>
background-color css
<style>
a { background-color: #509A2B; }
a { background-color: rgb(80,154,43); }
div.DivClassName
{
background-color: #509A2B;
}
.BgClassName
{
background-color: #509A2B;
}
</style>
border-color css
<style>
span { border-color: #509A2B; }
span { border-color: rgb(80,154,43); }
td.TdClassName
{
border-color: #509A2B;
}
.TagClassName
{
border-color: #509A2B;
}
</style>