Shades of Limeade #519E2C
Tints of Limeade #519E2C
RGB
CMYK
RGB Variations
Color information
#519E2C (or 0x519E2C) is known color: Limeade. HEX triplet: 51, 9E and 2C. RGB value is (81,158,44). Sum of RGB (Red+Green+Blue) = 81+158+44=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #519E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519E2C is #AE61D3. Grayscale: #7A7A7A. Windows color (decimal): -11428308 or 2924113. OLE color: 2924113.
HSL color Cylindrical-coordinate representation of color #519E2C: hue angle of 100.53º 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 #519E2C is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 158 | 44 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.38 |
| HSL | 100.53º | 0.56% | 0.4% | - |
| HSV(B) | 100.53º | 0.72% | 0.62% | - |
| XYZ | 16.07 | 26.38 | 6.63 | - |
| YUV | 121.98 | 83.99 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 44 | 0.49 | 0 | 0.72 | 0.38 | 100.53 | 0.56 | 0.4 |
| Hex | 51 | 9E | 2C | 31 | 0 | 48 | 26 | 65 | 38 | 28 |
| Octal | 121 | 236 | 54 | 61 | 0 | 110 | 46 | 145 | 70 | 50 |
| Binary | 1010001 | 10011110 | 101100 | 110001 | 0 | 1001000 | 100110 | 1100101 | 111000 | 101000 |
Color Harmonies of #519E2C
Complementary color
Monochromatic Colors of #519E2C
Black with #519E2C
Text Example
Text Example
White with #519E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519E2C; }
p { color: rgb(81,158,44); }
H1.HeaderClassName
{
color: #519E2C;
}
.AnyTagClassName
{
color: #519E2C;
}
</style>
background-color css
<style>
a { background-color: #519E2C; }
a { background-color: rgb(81,158,44); }
div.DivClassName
{
background-color: #519E2C;
}
.BgClassName
{
background-color: #519E2C;
}
</style>
border-color css
<style>
span { border-color: #519E2C; }
span { border-color: rgb(81,158,44); }
td.TdClassName
{
border-color: #519E2C;
}
.TagClassName
{
border-color: #519E2C;
}
</style>