Shades of Limeade #519C02
Tints of Limeade #519C02
RGB
CMYK
RGB Variations
Color information
#519C02 (or 0x519C02) is known color: Limeade. HEX triplet: 51, 9C and 02. RGB value is (81,156,2). Sum of RGB (Red+Green+Blue) = 81+156+2=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 156 (61.33% from 255 or 65.27% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 156 - color contains mainly: green. Hex color #519C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519C02 is #AE63FD. Grayscale: #747474. Windows color (decimal): -11428862 or 171089. OLE color: 171089.
HSL color Cylindrical-coordinate representation of color #519C02: hue angle of 89.22º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #519C02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 156 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.39 |
| HSL | 89.22º | 0.97% | 0.31% | - |
| HSV(B) | 89.22º | 0.99% | 0.61% | - |
| XYZ | 15.29 | 25.53 | 4.18 | - |
| YUV | 116.02 | 63.65 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 2 | 0.48 | 0 | 0.99 | 0.39 | 89.22 | 0.97 | 0.31 |
| Hex | 51 | 9C | 2 | 30 | 0 | 63 | 27 | 59 | 61 | 1F |
| Octal | 121 | 234 | 2 | 60 | 0 | 143 | 47 | 131 | 141 | 37 |
| Binary | 1010001 | 10011100 | 10 | 110000 | 0 | 1100011 | 100111 | 1011001 | 1100001 | 11111 |
Color Harmonies of #519C02
Complementary color
Monochromatic Colors of #519C02
Black with #519C02
Text Example
Text Example
White with #519C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519C02; }
p { color: rgb(81,156,2); }
H1.HeaderClassName
{
color: #519C02;
}
.AnyTagClassName
{
color: #519C02;
}
</style>
background-color css
<style>
a { background-color: #519C02; }
a { background-color: rgb(81,156,2); }
div.DivClassName
{
background-color: #519C02;
}
.BgClassName
{
background-color: #519C02;
}
</style>
border-color css
<style>
span { border-color: #519C02; }
span { border-color: rgb(81,156,2); }
td.TdClassName
{
border-color: #519C02;
}
.TagClassName
{
border-color: #519C02;
}
</style>