Shades of Limeade #519301
Tints of Limeade #519301
RGB
CMYK
RGB Variations
Color information
#519301 (or 0x519301) is known color: Limeade. HEX triplet: 51, 93 and 01. RGB value is (81,147,1). Sum of RGB (Red+Green+Blue) = 81+147+1=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 147 (57.81% from 255 or 64.19% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 147 - color contains mainly: green. Hex color #519301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519301 is #AE6CFE. Grayscale: #6F6F6F. Windows color (decimal): -11431167 or 103249. OLE color: 103249.
HSL color Cylindrical-coordinate representation of color #519301: hue angle of 87.12º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #519301 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 147 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.42 |
| HSL | 87.12º | 0.99% | 0.29% | - |
| HSV(B) | 87.12º | 0.99% | 0.58% | - |
| XYZ | 13.83 | 22.62 | 3.67 | - |
| YUV | 110.62 | 66.13 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 1 | 0.45 | 0 | 0.99 | 0.42 | 87.12 | 0.99 | 0.29 |
| Hex | 51 | 93 | 1 | 2D | 0 | 63 | 2A | 57 | 63 | 1D |
| Octal | 121 | 223 | 1 | 55 | 0 | 143 | 52 | 127 | 143 | 35 |
| Binary | 1010001 | 10010011 | 1 | 101101 | 0 | 1100011 | 101010 | 1010111 | 1100011 | 11101 |
Color Harmonies of #519301
Complementary color
Monochromatic Colors of #519301
Black with #519301
Text Example
Text Example
White with #519301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519301; }
p { color: rgb(81,147,1); }
H1.HeaderClassName
{
color: #519301;
}
.AnyTagClassName
{
color: #519301;
}
</style>
background-color css
<style>
a { background-color: #519301; }
a { background-color: rgb(81,147,1); }
div.DivClassName
{
background-color: #519301;
}
.BgClassName
{
background-color: #519301;
}
</style>
border-color css
<style>
span { border-color: #519301; }
span { border-color: rgb(81,147,1); }
td.TdClassName
{
border-color: #519301;
}
.TagClassName
{
border-color: #519301;
}
</style>