Shades of Limeade #519F2C
Tints of Limeade #519F2C
RGB
CMYK
RGB Variations
Color information
#519F2C (or 0x519F2C) is known color: Limeade. HEX triplet: 51, 9F and 2C. RGB value is (81,159,44). Sum of RGB (Red+Green+Blue) = 81+159+44=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 159 (62.5% from 255 or 55.99% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 159 - color contains mainly: green. Hex color #519F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519F2C is #AE60D3. Grayscale: #7A7A7A. Windows color (decimal): -11428052 or 2924369. OLE color: 2924369.
HSL color Cylindrical-coordinate representation of color #519F2C: hue angle of 100.7º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #519F2C is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 159 | 44 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.38 |
| HSL | 100.7º | 0.57% | 0.4% | - |
| HSV(B) | 100.7º | 0.72% | 0.62% | - |
| XYZ | 16.25 | 26.73 | 6.69 | - |
| YUV | 122.57 | 83.66 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 44 | 0.49 | 0 | 0.72 | 0.38 | 100.7 | 0.57 | 0.4 |
| Hex | 51 | 9F | 2C | 31 | 0 | 48 | 26 | 65 | 39 | 28 |
| Octal | 121 | 237 | 54 | 61 | 0 | 110 | 46 | 145 | 71 | 50 |
| Binary | 1010001 | 10011111 | 101100 | 110001 | 0 | 1001000 | 100110 | 1100101 | 111001 | 101000 |
Color Harmonies of #519F2C
Complementary color
Monochromatic Colors of #519F2C
Black with #519F2C
Text Example
Text Example
White with #519F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519F2C; }
p { color: rgb(81,159,44); }
H1.HeaderClassName
{
color: #519F2C;
}
.AnyTagClassName
{
color: #519F2C;
}
</style>
background-color css
<style>
a { background-color: #519F2C; }
a { background-color: rgb(81,159,44); }
div.DivClassName
{
background-color: #519F2C;
}
.BgClassName
{
background-color: #519F2C;
}
</style>
border-color css
<style>
span { border-color: #519F2C; }
span { border-color: rgb(81,159,44); }
td.TdClassName
{
border-color: #519F2C;
}
.TagClassName
{
border-color: #519F2C;
}
</style>