Shades of Limeade #519D30
Tints of Limeade #519D30
RGB
CMYK
RGB Variations
Color information
#519D30 (or 0x519D30) is known color: Limeade. HEX triplet: 51, 9D and 30. RGB value is (81,157,48). Sum of RGB (Red+Green+Blue) = 81+157+48=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #519D30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D30 is #AE62CF. Grayscale: #7A7A7A. Windows color (decimal): -11428560 or 3186001. OLE color: 3186001.
HSL color Cylindrical-coordinate representation of color #519D30: hue angle of 101.83º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #519D30 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 48 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.38 |
| HSL | 101.83º | 0.53% | 0.4% | - |
| HSV(B) | 101.83º | 0.69% | 0.62% | - |
| XYZ | 15.98 | 26.08 | 6.99 | - |
| YUV | 121.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 48 | 0.48 | 0 | 0.69 | 0.38 | 101.83 | 0.53 | 0.4 |
| Hex | 51 | 9D | 30 | 30 | 0 | 45 | 26 | 66 | 35 | 28 |
| Octal | 121 | 235 | 60 | 60 | 0 | 105 | 46 | 146 | 65 | 50 |
| Binary | 1010001 | 10011101 | 110000 | 110000 | 0 | 1000101 | 100110 | 1100110 | 110101 | 101000 |
Color Harmonies of #519D30
Complementary color
Monochromatic Colors of #519D30
Black with #519D30
Text Example
Text Example
White with #519D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D30; }
p { color: rgb(81,157,48); }
H1.HeaderClassName
{
color: #519D30;
}
.AnyTagClassName
{
color: #519D30;
}
</style>
background-color css
<style>
a { background-color: #519D30; }
a { background-color: rgb(81,157,48); }
div.DivClassName
{
background-color: #519D30;
}
.BgClassName
{
background-color: #519D30;
}
</style>
border-color css
<style>
span { border-color: #519D30; }
span { border-color: rgb(81,157,48); }
td.TdClassName
{
border-color: #519D30;
}
.TagClassName
{
border-color: #519D30;
}
</style>