Shades of Limeade #519F18
Tints of Limeade #519F18
RGB
CMYK
RGB Variations
Color information
#519F18 (or 0x519F18) is known color: Limeade. HEX triplet: 51, 9F and 18. RGB value is (81,159,24). Sum of RGB (Red+Green+Blue) = 81+159+24=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #519F18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519F18 is #AE60E7. Grayscale: #787878. Windows color (decimal): -11428072 or 1613649. OLE color: 1613649.
HSL color Cylindrical-coordinate representation of color #519F18: hue angle of 94.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #519F18 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 159 | 24 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.38 |
| HSL | 94.67º | 0.74% | 0.36% | - |
| HSV(B) | 94.67º | 0.85% | 0.62% | - |
| XYZ | 15.96 | 26.61 | 5.16 | - |
| YUV | 120.29 | 73.66 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 24 | 0.49 | 0 | 0.85 | 0.38 | 94.67 | 0.74 | 0.36 |
| Hex | 51 | 9F | 18 | 31 | 0 | 55 | 26 | 5F | 4A | 24 |
| Octal | 121 | 237 | 30 | 61 | 0 | 125 | 46 | 137 | 112 | 44 |
| Binary | 1010001 | 10011111 | 11000 | 110001 | 0 | 1010101 | 100110 | 1011111 | 1001010 | 100100 |
Color Harmonies of #519F18
Complementary color
Monochromatic Colors of #519F18
Black with #519F18
Text Example
Text Example
White with #519F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519F18; }
p { color: rgb(81,159,24); }
H1.HeaderClassName
{
color: #519F18;
}
.AnyTagClassName
{
color: #519F18;
}
</style>
background-color css
<style>
a { background-color: #519F18; }
a { background-color: rgb(81,159,24); }
div.DivClassName
{
background-color: #519F18;
}
.BgClassName
{
background-color: #519F18;
}
</style>
border-color css
<style>
span { border-color: #519F18; }
span { border-color: rgb(81,159,24); }
td.TdClassName
{
border-color: #519F18;
}
.TagClassName
{
border-color: #519F18;
}
</style>