Shades of Limeade #519D27
Tints of Limeade #519D27
RGB
CMYK
RGB Variations
Color information
#519D27 (or 0x519D27) is known color: Limeade. HEX triplet: 51, 9D and 27. RGB value is (81,157,39). Sum of RGB (Red+Green+Blue) = 81+157+39=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #519D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D27 is #AE62D8. Grayscale: #797979. Windows color (decimal): -11428569 or 2596177. OLE color: 2596177.
HSL color Cylindrical-coordinate representation of color #519D27: hue angle of 98.64º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #519D27 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 39 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.38 |
| HSL | 98.64º | 0.6% | 0.38% | - |
| HSV(B) | 98.64º | 0.75% | 0.62% | - |
| XYZ | 15.82 | 26.01 | 6.11 | - |
| YUV | 120.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 39 | 0.48 | 0 | 0.75 | 0.38 | 98.64 | 0.6 | 0.38 |
| Hex | 51 | 9D | 27 | 30 | 0 | 4B | 26 | 63 | 3C | 26 |
| Octal | 121 | 235 | 47 | 60 | 0 | 113 | 46 | 143 | 74 | 46 |
| Binary | 1010001 | 10011101 | 100111 | 110000 | 0 | 1001011 | 100110 | 1100011 | 111100 | 100110 |
Color Harmonies of #519D27
Complementary color
Monochromatic Colors of #519D27
Black with #519D27
Text Example
Text Example
White with #519D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D27; }
p { color: rgb(81,157,39); }
H1.HeaderClassName
{
color: #519D27;
}
.AnyTagClassName
{
color: #519D27;
}
</style>
background-color css
<style>
a { background-color: #519D27; }
a { background-color: rgb(81,157,39); }
div.DivClassName
{
background-color: #519D27;
}
.BgClassName
{
background-color: #519D27;
}
</style>
border-color css
<style>
span { border-color: #519D27; }
span { border-color: rgb(81,157,39); }
td.TdClassName
{
border-color: #519D27;
}
.TagClassName
{
border-color: #519D27;
}
</style>