Shades of Limeade #51A328
Tints of Limeade #51A328
RGB
CMYK
RGB Variations
Color information
#51A328 (or 0x51A328) is known color: Limeade. HEX triplet: 51, A3 and 28. RGB value is (81,163,40). Sum of RGB (Red+Green+Blue) = 81+163+40=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #51A328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A328 is #AE5CD7. Grayscale: #7C7C7C. Windows color (decimal): -11427032 or 2663249. OLE color: 2663249.
HSL color Cylindrical-coordinate representation of color #51A328: hue angle of 100º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51A328 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 163 | 40 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.36 |
| HSL | 100º | 0.61% | 0.4% | - |
| HSV(B) | 100º | 0.75% | 0.64% | - |
| XYZ | 16.87 | 28.1 | 6.54 | - |
| YUV | 124.46 | 80.33 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 163 | 40 | 0.50 | 0 | 0.75 | 0.36 | 100 | 0.61 | 0.4 |
| Hex | 51 | A3 | 28 | 32 | 0 | 4B | 24 | 64 | 3D | 28 |
| Octal | 121 | 243 | 50 | 62 | 0 | 113 | 44 | 144 | 75 | 50 |
| Binary | 1010001 | 10100011 | 101000 | 110010 | 0 | 1001011 | 100100 | 1100100 | 111101 | 101000 |
Color Harmonies of #51A328
Complementary color
Monochromatic Colors of #51A328
Black with #51A328
Text Example
Text Example
White with #51A328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A328; }
p { color: rgb(81,163,40); }
H1.HeaderClassName
{
color: #51A328;
}
.AnyTagClassName
{
color: #51A328;
}
</style>
background-color css
<style>
a { background-color: #51A328; }
a { background-color: rgb(81,163,40); }
div.DivClassName
{
background-color: #51A328;
}
.BgClassName
{
background-color: #51A328;
}
</style>
border-color css
<style>
span { border-color: #51A328; }
span { border-color: rgb(81,163,40); }
td.TdClassName
{
border-color: #51A328;
}
.TagClassName
{
border-color: #51A328;
}
</style>