Shades of Limeade #51A432
Tints of Limeade #51A432
RGB
CMYK
RGB Variations
Color information
#51A432 (or 0x51A432) is known color: Limeade. HEX triplet: 51, A4 and 32. RGB value is (81,164,50). Sum of RGB (Red+Green+Blue) = 81+164+50=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 164 (64.45% from 255 or 55.59% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 164 - color contains mainly: green. Hex color #51A432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A432 is #AE5BCD. Grayscale: #7E7E7E. Windows color (decimal): -11426766 or 3318865. OLE color: 3318865.
HSL color Cylindrical-coordinate representation of color #51A432: hue angle of 103.68º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51A432 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 164 | 50 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.36 |
| HSL | 103.68º | 0.53% | 0.42% | - |
| HSV(B) | 103.68º | 0.7% | 0.64% | - |
| XYZ | 17.24 | 28.53 | 7.62 | - |
| YUV | 126.19 | 85 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 164 | 50 | 0.51 | 0 | 0.70 | 0.36 | 103.68 | 0.53 | 0.42 |
| Hex | 51 | A4 | 32 | 33 | 0 | 46 | 24 | 68 | 35 | 2A |
| Octal | 121 | 244 | 62 | 63 | 0 | 106 | 44 | 150 | 65 | 52 |
| Binary | 1010001 | 10100100 | 110010 | 110011 | 0 | 1000110 | 100100 | 1101000 | 110101 | 101010 |
Color Harmonies of #51A432
Complementary color
Monochromatic Colors of #51A432
Black with #51A432
Text Example
Text Example
White with #51A432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A432; }
p { color: rgb(81,164,50); }
H1.HeaderClassName
{
color: #51A432;
}
.AnyTagClassName
{
color: #51A432;
}
</style>
background-color css
<style>
a { background-color: #51A432; }
a { background-color: rgb(81,164,50); }
div.DivClassName
{
background-color: #51A432;
}
.BgClassName
{
background-color: #51A432;
}
</style>
border-color css
<style>
span { border-color: #51A432; }
span { border-color: rgb(81,164,50); }
td.TdClassName
{
border-color: #51A432;
}
.TagClassName
{
border-color: #51A432;
}
</style>