Shades of Limeade #509A03
Tints of Limeade #509A03
RGB
CMYK
RGB Variations
Color information
#509A03 (or 0x509A03) is known color: Limeade. HEX triplet: 50, 9A and 03. RGB value is (80,154,3). Sum of RGB (Red+Green+Blue) = 80+154+3=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 154 (60.55% from 255 or 64.98% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 154 - color contains mainly: green. Hex color #509A03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509A03 is #AF65FC. Grayscale: #737373. Windows color (decimal): -11494909 or 236112. OLE color: 236112.
HSL color Cylindrical-coordinate representation of color #509A03: hue angle of 89.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #509A03 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 154 | 3 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.40 |
| HSL | 89.4º | 0.96% | 0.31% | - |
| HSV(B) | 89.4º | 0.98% | 0.6% | - |
| XYZ | 14.88 | 24.82 | 4.09 | - |
| YUV | 114.66 | 64.98 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 3 | 0.48 | 0 | 0.98 | 0.40 | 89.4 | 0.96 | 0.31 |
| Hex | 50 | 9A | 3 | 30 | 0 | 62 | 28 | 59 | 60 | 1F |
| Octal | 120 | 232 | 3 | 60 | 0 | 142 | 50 | 131 | 140 | 37 |
| Binary | 1010000 | 10011010 | 11 | 110000 | 0 | 1100010 | 101000 | 1011001 | 1100000 | 11111 |
Color Harmonies of #509A03
Complementary color
Monochromatic Colors of #509A03
Black with #509A03
Text Example
Text Example
White with #509A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509A03; }
p { color: rgb(80,154,3); }
H1.HeaderClassName
{
color: #509A03;
}
.AnyTagClassName
{
color: #509A03;
}
</style>
background-color css
<style>
a { background-color: #509A03; }
a { background-color: rgb(80,154,3); }
div.DivClassName
{
background-color: #509A03;
}
.BgClassName
{
background-color: #509A03;
}
</style>
border-color css
<style>
span { border-color: #509A03; }
span { border-color: rgb(80,154,3); }
td.TdClassName
{
border-color: #509A03;
}
.TagClassName
{
border-color: #509A03;
}
</style>