Shades of Limeade #519B1C
Tints of Limeade #519B1C
RGB
CMYK
RGB Variations
Color information
#519B1C (or 0x519B1C) is known color: Limeade. HEX triplet: 51, 9B and 1C. RGB value is (81,155,28). Sum of RGB (Red+Green+Blue) = 81+155+28=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 155 (60.94% from 255 or 58.71% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 155 - color contains mainly: green. Hex color #519B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B1C is #AE64E3. Grayscale: #767676. Windows color (decimal): -11429092 or 1874769. OLE color: 1874769.
HSL color Cylindrical-coordinate representation of color #519B1C: hue angle of 94.96º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #519B1C is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 155 | 28 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.39 |
| HSL | 94.96º | 0.69% | 0.36% | - |
| HSV(B) | 94.96º | 0.82% | 0.61% | - |
| XYZ | 15.32 | 25.28 | 5.17 | - |
| YUV | 118.4 | 76.98 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 28 | 0.48 | 0 | 0.82 | 0.39 | 94.96 | 0.69 | 0.36 |
| Hex | 51 | 9B | 1C | 30 | 0 | 52 | 27 | 5F | 45 | 24 |
| Octal | 121 | 233 | 34 | 60 | 0 | 122 | 47 | 137 | 105 | 44 |
| Binary | 1010001 | 10011011 | 11100 | 110000 | 0 | 1010010 | 100111 | 1011111 | 1000101 | 100100 |
Color Harmonies of #519B1C
Complementary color
Monochromatic Colors of #519B1C
Black with #519B1C
Text Example
Text Example
White with #519B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B1C; }
p { color: rgb(81,155,28); }
H1.HeaderClassName
{
color: #519B1C;
}
.AnyTagClassName
{
color: #519B1C;
}
</style>
background-color css
<style>
a { background-color: #519B1C; }
a { background-color: rgb(81,155,28); }
div.DivClassName
{
background-color: #519B1C;
}
.BgClassName
{
background-color: #519B1C;
}
</style>
border-color css
<style>
span { border-color: #519B1C; }
span { border-color: rgb(81,155,28); }
td.TdClassName
{
border-color: #519B1C;
}
.TagClassName
{
border-color: #519B1C;
}
</style>