Shades of Limeade #519E2D
Tints of Limeade #519E2D
RGB
CMYK
RGB Variations
Color information
#519E2D (or 0x519E2D) is known color: Limeade. HEX triplet: 51, 9E and 2D. RGB value is (81,158,45). Sum of RGB (Red+Green+Blue) = 81+158+45=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #519E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519E2D is #AE61D2. Grayscale: #7A7A7A. Windows color (decimal): -11428307 or 2989649. OLE color: 2989649.
HSL color Cylindrical-coordinate representation of color #519E2D: hue angle of 100.88º degrees, saturation: 0.56, 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 #519E2D is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 158 | 45 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.38 |
| HSL | 100.89º | 0.56% | 0.4% | - |
| HSV(B) | 100.89º | 0.72% | 0.62% | - |
| XYZ | 16.09 | 26.39 | 6.73 | - |
| YUV | 122.1 | 84.49 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 45 | 0.49 | 0 | 0.72 | 0.38 | 100.89 | 0.56 | 0.4 |
| Hex | 51 | 9E | 2D | 31 | 0 | 48 | 26 | 65 | 38 | 28 |
| Octal | 121 | 236 | 55 | 61 | 0 | 110 | 46 | 145 | 70 | 50 |
| Binary | 1010001 | 10011110 | 101101 | 110001 | 0 | 1001000 | 100110 | 1100101 | 111000 | 101000 |
Color Harmonies of #519E2D
Complementary color
Monochromatic Colors of #519E2D
Black with #519E2D
Text Example
Text Example
White with #519E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519E2D; }
p { color: rgb(81,158,45); }
H1.HeaderClassName
{
color: #519E2D;
}
.AnyTagClassName
{
color: #519E2D;
}
</style>
background-color css
<style>
a { background-color: #519E2D; }
a { background-color: rgb(81,158,45); }
div.DivClassName
{
background-color: #519E2D;
}
.BgClassName
{
background-color: #519E2D;
}
</style>
border-color css
<style>
span { border-color: #519E2D; }
span { border-color: rgb(81,158,45); }
td.TdClassName
{
border-color: #519E2D;
}
.TagClassName
{
border-color: #519E2D;
}
</style>