Shades of Limeade #519C04
Tints of Limeade #519C04
RGB
CMYK
RGB Variations
Color information
#519C04 (or 0x519C04) is known color: Limeade. HEX triplet: 51, 9C and 04. RGB value is (81,156,4). Sum of RGB (Red+Green+Blue) = 81+156+4=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 156 (61.33% from 255 or 64.73% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 156 - color contains mainly: green. Hex color #519C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519C04 is #AE63FB. Grayscale: #747474. Windows color (decimal): -11428860 or 302161. OLE color: 302161.
HSL color Cylindrical-coordinate representation of color #519C04: hue angle of 89.61º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #519C04 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 156 | 4 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.39 |
| HSL | 89.61º | 0.95% | 0.31% | - |
| HSV(B) | 89.61º | 0.97% | 0.61% | - |
| XYZ | 15.3 | 25.54 | 4.24 | - |
| YUV | 116.25 | 64.65 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 4 | 0.48 | 0 | 0.97 | 0.39 | 89.61 | 0.95 | 0.31 |
| Hex | 51 | 9C | 4 | 30 | 0 | 61 | 27 | 5A | 5F | 1F |
| Octal | 121 | 234 | 4 | 60 | 0 | 141 | 47 | 132 | 137 | 37 |
| Binary | 1010001 | 10011100 | 100 | 110000 | 0 | 1100001 | 100111 | 1011010 | 1011111 | 11111 |
Color Harmonies of #519C04
Complementary color
Monochromatic Colors of #519C04
Black with #519C04
Text Example
Text Example
White with #519C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519C04; }
p { color: rgb(81,156,4); }
H1.HeaderClassName
{
color: #519C04;
}
.AnyTagClassName
{
color: #519C04;
}
</style>
background-color css
<style>
a { background-color: #519C04; }
a { background-color: rgb(81,156,4); }
div.DivClassName
{
background-color: #519C04;
}
.BgClassName
{
background-color: #519C04;
}
</style>
border-color css
<style>
span { border-color: #519C04; }
span { border-color: rgb(81,156,4); }
td.TdClassName
{
border-color: #519C04;
}
.TagClassName
{
border-color: #519C04;
}
</style>