Shades of Limeade #519D04
Tints of Limeade #519D04
RGB
CMYK
RGB Variations
Color information
#519D04 (or 0x519D04) is known color: Limeade. HEX triplet: 51, 9D and 04. RGB value is (81,157,4). Sum of RGB (Red+Green+Blue) = 81+157+4=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 157 (61.72% from 255 or 64.88% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 157 - color contains mainly: green. Hex color #519D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519D04 is #AE62FB. Grayscale: #757575. Windows color (decimal): -11428604 or 302417. OLE color: 302417.
HSL color Cylindrical-coordinate representation of color #519D04: hue angle of 89.8º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #519D04 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 4 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.38 |
| HSL | 89.8º | 0.95% | 0.32% | - |
| HSV(B) | 89.8º | 0.97% | 0.62% | - |
| XYZ | 15.47 | 25.87 | 4.29 | - |
| YUV | 116.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 4 | 0.48 | 0 | 0.97 | 0.38 | 89.8 | 0.95 | 0.32 |
| Hex | 51 | 9D | 4 | 30 | 0 | 61 | 26 | 5A | 5F | 20 |
| Octal | 121 | 235 | 4 | 60 | 0 | 141 | 46 | 132 | 137 | 40 |
| Binary | 1010001 | 10011101 | 100 | 110000 | 0 | 1100001 | 100110 | 1011010 | 1011111 | 100000 |
Color Harmonies of #519D04
Complementary color
Monochromatic Colors of #519D04
Black with #519D04
Text Example
Text Example
White with #519D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D04; }
p { color: rgb(81,157,4); }
H1.HeaderClassName
{
color: #519D04;
}
.AnyTagClassName
{
color: #519D04;
}
</style>
background-color css
<style>
a { background-color: #519D04; }
a { background-color: rgb(81,157,4); }
div.DivClassName
{
background-color: #519D04;
}
.BgClassName
{
background-color: #519D04;
}
</style>
border-color css
<style>
span { border-color: #519D04; }
span { border-color: rgb(81,157,4); }
td.TdClassName
{
border-color: #519D04;
}
.TagClassName
{
border-color: #519D04;
}
</style>