Shades of Limeade #519D28
Tints of Limeade #519D28
RGB
CMYK
RGB Variations
Color information
#519D28 (or 0x519D28) is known color: Limeade. HEX triplet: 51, 9D and 28. RGB value is (81,157,40). Sum of RGB (Red+Green+Blue) = 81+157+40=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 157 (61.72% from 255 or 56.47% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 157 - color contains mainly: green. Hex color #519D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D28 is #AE62D7. Grayscale: #797979. Windows color (decimal): -11428568 or 2661713. OLE color: 2661713.
HSL color Cylindrical-coordinate representation of color #519D28: hue angle of 98.97º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #519D28 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 40 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.38 |
| HSL | 98.97º | 0.59% | 0.39% | - |
| HSV(B) | 98.97º | 0.75% | 0.62% | - |
| XYZ | 15.83 | 26.02 | 6.19 | - |
| YUV | 120.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 40 | 0.48 | 0 | 0.75 | 0.38 | 98.97 | 0.59 | 0.39 |
| Hex | 51 | 9D | 28 | 30 | 0 | 4B | 26 | 63 | 3B | 27 |
| Octal | 121 | 235 | 50 | 60 | 0 | 113 | 46 | 143 | 73 | 47 |
| Binary | 1010001 | 10011101 | 101000 | 110000 | 0 | 1001011 | 100110 | 1100011 | 111011 | 100111 |
Color Harmonies of #519D28
Complementary color
Monochromatic Colors of #519D28
Black with #519D28
Text Example
Text Example
White with #519D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D28; }
p { color: rgb(81,157,40); }
H1.HeaderClassName
{
color: #519D28;
}
.AnyTagClassName
{
color: #519D28;
}
</style>
background-color css
<style>
a { background-color: #519D28; }
a { background-color: rgb(81,157,40); }
div.DivClassName
{
background-color: #519D28;
}
.BgClassName
{
background-color: #519D28;
}
</style>
border-color css
<style>
span { border-color: #519D28; }
span { border-color: rgb(81,157,40); }
td.TdClassName
{
border-color: #519D28;
}
.TagClassName
{
border-color: #519D28;
}
</style>