Shades of Limeade #509A1E
Tints of Limeade #509A1E
RGB
CMYK
RGB Variations
Color information
#509A1E (or 0x509A1E) is known color: Limeade. HEX triplet: 50, 9A and 1E. RGB value is (80,154,30). Sum of RGB (Red+Green+Blue) = 80+154+30=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 154 (60.55% from 255 or 58.33% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 154 - color contains mainly: green. Hex color #509A1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509A1E is #AF65E1. Grayscale: #767676. Windows color (decimal): -11494882 or 2005584. OLE color: 2005584.
HSL color Cylindrical-coordinate representation of color #509A1E: hue angle of 95.81º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #509A1E is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 154 | 30 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.40 |
| HSL | 95.81º | 0.67% | 0.36% | - |
| HSV(B) | 95.81º | 0.81% | 0.6% | - |
| XYZ | 15.1 | 24.91 | 5.24 | - |
| YUV | 117.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 30 | 0.48 | 0 | 0.81 | 0.40 | 95.81 | 0.67 | 0.36 |
| Hex | 50 | 9A | 1E | 30 | 0 | 51 | 28 | 60 | 43 | 24 |
| Octal | 120 | 232 | 36 | 60 | 0 | 121 | 50 | 140 | 103 | 44 |
| Binary | 1010000 | 10011010 | 11110 | 110000 | 0 | 1010001 | 101000 | 1100000 | 1000011 | 100100 |
Color Harmonies of #509A1E
Complementary color
Monochromatic Colors of #509A1E
Black with #509A1E
Text Example
Text Example
White with #509A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509A1E; }
p { color: rgb(80,154,30); }
H1.HeaderClassName
{
color: #509A1E;
}
.AnyTagClassName
{
color: #509A1E;
}
</style>
background-color css
<style>
a { background-color: #509A1E; }
a { background-color: rgb(80,154,30); }
div.DivClassName
{
background-color: #509A1E;
}
.BgClassName
{
background-color: #509A1E;
}
</style>
border-color css
<style>
span { border-color: #509A1E; }
span { border-color: rgb(80,154,30); }
td.TdClassName
{
border-color: #509A1E;
}
.TagClassName
{
border-color: #509A1E;
}
</style>