Shades of Limeade #51A32B
Tints of Limeade #51A32B
RGB
CMYK
RGB Variations
Color information
#51A32B (or 0x51A32B) is known color: Limeade. HEX triplet: 51, A3 and 2B. RGB value is (81,163,43). Sum of RGB (Red+Green+Blue) = 81+163+43=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #51A32B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A32B is #AE5CD4. Grayscale: #7D7D7D. Windows color (decimal): -11427029 or 2859857. OLE color: 2859857.
HSL color Cylindrical-coordinate representation of color #51A32B: hue angle of 101º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51A32B is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 163 | 43 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.36 |
| HSL | 101º | 0.58% | 0.4% | - |
| HSV(B) | 101º | 0.74% | 0.64% | - |
| XYZ | 16.93 | 28.12 | 6.82 | - |
| YUV | 124.8 | 81.83 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 163 | 43 | 0.50 | 0 | 0.74 | 0.36 | 101 | 0.58 | 0.4 |
| Hex | 51 | A3 | 2B | 32 | 0 | 4A | 24 | 65 | 3A | 28 |
| Octal | 121 | 243 | 53 | 62 | 0 | 112 | 44 | 145 | 72 | 50 |
| Binary | 1010001 | 10100011 | 101011 | 110010 | 0 | 1001010 | 100100 | 1100101 | 111010 | 101000 |
Color Harmonies of #51A32B
Complementary color
Monochromatic Colors of #51A32B
Black with #51A32B
Text Example
Text Example
White with #51A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A32B; }
p { color: rgb(81,163,43); }
H1.HeaderClassName
{
color: #51A32B;
}
.AnyTagClassName
{
color: #51A32B;
}
</style>
background-color css
<style>
a { background-color: #51A32B; }
a { background-color: rgb(81,163,43); }
div.DivClassName
{
background-color: #51A32B;
}
.BgClassName
{
background-color: #51A32B;
}
</style>
border-color css
<style>
span { border-color: #51A32B; }
span { border-color: rgb(81,163,43); }
td.TdClassName
{
border-color: #51A32B;
}
.TagClassName
{
border-color: #51A32B;
}
</style>