Shades of Limeade #519C28
Tints of Limeade #519C28
RGB
CMYK
RGB Variations
Color information
#519C28 (or 0x519C28) is known color: Limeade. HEX triplet: 51, 9C and 28. RGB value is (81,156,40). Sum of RGB (Red+Green+Blue) = 81+156+40=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #519C28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519C28 is #AE63D7. Grayscale: #787878. Windows color (decimal): -11428824 or 2661457. OLE color: 2661457.
HSL color Cylindrical-coordinate representation of color #519C28: hue angle of 98.79º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #519C28 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 156 | 40 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.39 |
| HSL | 98.79º | 0.59% | 0.38% | - |
| HSV(B) | 98.79º | 0.74% | 0.61% | - |
| XYZ | 15.66 | 25.68 | 6.14 | - |
| YUV | 120.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 40 | 0.48 | 0 | 0.74 | 0.39 | 98.79 | 0.59 | 0.38 |
| Hex | 51 | 9C | 28 | 30 | 0 | 4A | 27 | 63 | 3B | 26 |
| Octal | 121 | 234 | 50 | 60 | 0 | 112 | 47 | 143 | 73 | 46 |
| Binary | 1010001 | 10011100 | 101000 | 110000 | 0 | 1001010 | 100111 | 1100011 | 111011 | 100110 |
Color Harmonies of #519C28
Complementary color
Monochromatic Colors of #519C28
Black with #519C28
Text Example
Text Example
White with #519C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519C28; }
p { color: rgb(81,156,40); }
H1.HeaderClassName
{
color: #519C28;
}
.AnyTagClassName
{
color: #519C28;
}
</style>
background-color css
<style>
a { background-color: #519C28; }
a { background-color: rgb(81,156,40); }
div.DivClassName
{
background-color: #519C28;
}
.BgClassName
{
background-color: #519C28;
}
</style>
border-color css
<style>
span { border-color: #519C28; }
span { border-color: rgb(81,156,40); }
td.TdClassName
{
border-color: #519C28;
}
.TagClassName
{
border-color: #519C28;
}
</style>