Shades of Limeade #51A729
Tints of Limeade #51A729
RGB
CMYK
RGB Variations
Color information
#51A729 (or 0x51A729) is known color: Limeade. HEX triplet: 51, A7 and 29. RGB value is (81,167,41). Sum of RGB (Red+Green+Blue) = 81+167+41=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #51A729 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A729 is #AE58D6. Grayscale: #7F7F7F. Windows color (decimal): -11426007 or 2729809. OLE color: 2729809.
HSL color Cylindrical-coordinate representation of color #51A729: hue angle of 100.95º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51A729 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 167 | 41 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.35 |
| HSL | 100.95º | 0.61% | 0.41% | - |
| HSV(B) | 100.95º | 0.75% | 0.65% | - |
| XYZ | 17.61 | 29.55 | 6.87 | - |
| YUV | 126.92 | 79.51 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 167 | 41 | 0.51 | 0 | 0.75 | 0.35 | 100.95 | 0.61 | 0.41 |
| Hex | 51 | A7 | 29 | 33 | 0 | 4B | 23 | 65 | 3D | 29 |
| Octal | 121 | 247 | 51 | 63 | 0 | 113 | 43 | 145 | 75 | 51 |
| Binary | 1010001 | 10100111 | 101001 | 110011 | 0 | 1001011 | 100011 | 1100101 | 111101 | 101001 |
Color Harmonies of #51A729
Complementary color
Monochromatic Colors of #51A729
Black with #51A729
Text Example
Text Example
White with #51A729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A729; }
p { color: rgb(81,167,41); }
H1.HeaderClassName
{
color: #51A729;
}
.AnyTagClassName
{
color: #51A729;
}
</style>
background-color css
<style>
a { background-color: #51A729; }
a { background-color: rgb(81,167,41); }
div.DivClassName
{
background-color: #51A729;
}
.BgClassName
{
background-color: #51A729;
}
</style>
border-color css
<style>
span { border-color: #51A729; }
span { border-color: rgb(81,167,41); }
td.TdClassName
{
border-color: #51A729;
}
.TagClassName
{
border-color: #51A729;
}
</style>