Shades of Limeade #519B24
Tints of Limeade #519B24
RGB
CMYK
RGB Variations
Color information
#519B24 (or 0x519B24) is known color: Limeade. HEX triplet: 51, 9B and 24. RGB value is (81,155,36). Sum of RGB (Red+Green+Blue) = 81+155+36=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #519B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B24 is #AE64DB. Grayscale: #777777. Windows color (decimal): -11429084 or 2399057. OLE color: 2399057.
HSL color Cylindrical-coordinate representation of color #519B24: hue angle of 97.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #519B24 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 155 | 36 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.39 |
| HSL | 97.31º | 0.62% | 0.37% | - |
| HSV(B) | 97.31º | 0.77% | 0.61% | - |
| XYZ | 15.43 | 25.32 | 5.74 | - |
| YUV | 119.31 | 80.98 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 36 | 0.48 | 0 | 0.77 | 0.39 | 97.31 | 0.62 | 0.37 |
| Hex | 51 | 9B | 24 | 30 | 0 | 4D | 27 | 61 | 3E | 25 |
| Octal | 121 | 233 | 44 | 60 | 0 | 115 | 47 | 141 | 76 | 45 |
| Binary | 1010001 | 10011011 | 100100 | 110000 | 0 | 1001101 | 100111 | 1100001 | 111110 | 100101 |
Color Harmonies of #519B24
Complementary color
Monochromatic Colors of #519B24
Black with #519B24
Text Example
Text Example
White with #519B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B24; }
p { color: rgb(81,155,36); }
H1.HeaderClassName
{
color: #519B24;
}
.AnyTagClassName
{
color: #519B24;
}
</style>
background-color css
<style>
a { background-color: #519B24; }
a { background-color: rgb(81,155,36); }
div.DivClassName
{
background-color: #519B24;
}
.BgClassName
{
background-color: #519B24;
}
</style>
border-color css
<style>
span { border-color: #519B24; }
span { border-color: rgb(81,155,36); }
td.TdClassName
{
border-color: #519B24;
}
.TagClassName
{
border-color: #519B24;
}
</style>