Shades of Limeade #51A52E
Tints of Limeade #51A52E
RGB
CMYK
RGB Variations
Color information
#51A52E (or 0x51A52E) is known color: Limeade. HEX triplet: 51, A5 and 2E. RGB value is (81,165,46). Sum of RGB (Red+Green+Blue) = 81+165+46=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #51A52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A52E is #AE5AD1. Grayscale: #7E7E7E. Windows color (decimal): -11426514 or 3056977. OLE color: 3056977.
HSL color Cylindrical-coordinate representation of color #51A52E: hue angle of 102.35º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51A52E is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 165 | 46 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.35 |
| HSL | 102.35º | 0.56% | 0.41% | - |
| HSV(B) | 102.35º | 0.72% | 0.65% | - |
| XYZ | 17.34 | 28.86 | 7.24 | - |
| YUV | 126.32 | 82.67 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 165 | 46 | 0.51 | 0 | 0.72 | 0.35 | 102.35 | 0.56 | 0.41 |
| Hex | 51 | A5 | 2E | 33 | 0 | 48 | 23 | 66 | 38 | 29 |
| Octal | 121 | 245 | 56 | 63 | 0 | 110 | 43 | 146 | 70 | 51 |
| Binary | 1010001 | 10100101 | 101110 | 110011 | 0 | 1001000 | 100011 | 1100110 | 111000 | 101001 |
Color Harmonies of #51A52E
Complementary color
Monochromatic Colors of #51A52E
Black with #51A52E
Text Example
Text Example
White with #51A52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A52E; }
p { color: rgb(81,165,46); }
H1.HeaderClassName
{
color: #51A52E;
}
.AnyTagClassName
{
color: #51A52E;
}
</style>
background-color css
<style>
a { background-color: #51A52E; }
a { background-color: rgb(81,165,46); }
div.DivClassName
{
background-color: #51A52E;
}
.BgClassName
{
background-color: #51A52E;
}
</style>
border-color css
<style>
span { border-color: #51A52E; }
span { border-color: rgb(81,165,46); }
td.TdClassName
{
border-color: #51A52E;
}
.TagClassName
{
border-color: #51A52E;
}
</style>