Shades of Limeade #519F31
Tints of Limeade #519F31
RGB
CMYK
RGB Variations
Color information
#519F31 (or 0x519F31) is known color: Limeade. HEX triplet: 51, 9F and 31. RGB value is (81,159,49). Sum of RGB (Red+Green+Blue) = 81+159+49=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #519F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519F31 is #AE60CE. Grayscale: #7B7B7B. Windows color (decimal): -11428047 or 3252049. OLE color: 3252049.
HSL color Cylindrical-coordinate representation of color #519F31: hue angle of 102.55º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #519F31 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 159 | 49 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.38 |
| HSL | 102.55º | 0.53% | 0.41% | - |
| HSV(B) | 102.55º | 0.69% | 0.62% | - |
| XYZ | 16.35 | 26.77 | 7.21 | - |
| YUV | 123.14 | 86.16 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 49 | 0.49 | 0 | 0.69 | 0.38 | 102.55 | 0.53 | 0.41 |
| Hex | 51 | 9F | 31 | 31 | 0 | 45 | 26 | 67 | 35 | 29 |
| Octal | 121 | 237 | 61 | 61 | 0 | 105 | 46 | 147 | 65 | 51 |
| Binary | 1010001 | 10011111 | 110001 | 110001 | 0 | 1000101 | 100110 | 1100111 | 110101 | 101001 |
Color Harmonies of #519F31
Complementary color
Monochromatic Colors of #519F31
Black with #519F31
Text Example
Text Example
White with #519F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519F31; }
p { color: rgb(81,159,49); }
H1.HeaderClassName
{
color: #519F31;
}
.AnyTagClassName
{
color: #519F31;
}
</style>
background-color css
<style>
a { background-color: #519F31; }
a { background-color: rgb(81,159,49); }
div.DivClassName
{
background-color: #519F31;
}
.BgClassName
{
background-color: #519F31;
}
</style>
border-color css
<style>
span { border-color: #519F31; }
span { border-color: rgb(81,159,49); }
td.TdClassName
{
border-color: #519F31;
}
.TagClassName
{
border-color: #519F31;
}
</style>