Shades of Limeade #51A01D
Tints of Limeade #51A01D
RGB
CMYK
RGB Variations
Color information
#51A01D (or 0x51A01D) is known color: Limeade. HEX triplet: 51, A0 and 1D. RGB value is (81,160,29). Sum of RGB (Red+Green+Blue) = 81+160+29=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #51A01D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A01D is #AE5FE2. Grayscale: #797979. Windows color (decimal): -11427811 or 1941585. OLE color: 1941585.
HSL color Cylindrical-coordinate representation of color #51A01D: hue angle of 96.18º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51A01D is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 160 | 29 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.37 |
| HSL | 96.18º | 0.69% | 0.37% | - |
| HSV(B) | 96.18º | 0.82% | 0.63% | - |
| XYZ | 16.19 | 26.98 | 5.52 | - |
| YUV | 121.45 | 75.83 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 29 | 0.49 | 0 | 0.82 | 0.37 | 96.18 | 0.69 | 0.37 |
| Hex | 51 | A0 | 1D | 31 | 0 | 52 | 25 | 60 | 45 | 25 |
| Octal | 121 | 240 | 35 | 61 | 0 | 122 | 45 | 140 | 105 | 45 |
| Binary | 1010001 | 10100000 | 11101 | 110001 | 0 | 1010010 | 100101 | 1100000 | 1000101 | 100101 |
Color Harmonies of #51A01D
Complementary color
Monochromatic Colors of #51A01D
Black with #51A01D
Text Example
Text Example
White with #51A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A01D; }
p { color: rgb(81,160,29); }
H1.HeaderClassName
{
color: #51A01D;
}
.AnyTagClassName
{
color: #51A01D;
}
</style>
background-color css
<style>
a { background-color: #51A01D; }
a { background-color: rgb(81,160,29); }
div.DivClassName
{
background-color: #51A01D;
}
.BgClassName
{
background-color: #51A01D;
}
</style>
border-color css
<style>
span { border-color: #51A01D; }
span { border-color: rgb(81,160,29); }
td.TdClassName
{
border-color: #51A01D;
}
.TagClassName
{
border-color: #51A01D;
}
</style>