Shades of Limeade #51A018
Tints of Limeade #51A018
RGB
CMYK
RGB Variations
Color information
#51A018 (or 0x51A018) is known color: Limeade. HEX triplet: 51, A0 and 18. RGB value is (81,160,24). Sum of RGB (Red+Green+Blue) = 81+160+24=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 160 (62.89% from 255 or 60.38% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 160 - color contains mainly: green. Hex color #51A018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51A018 is #AE5FE7. Grayscale: #797979. Windows color (decimal): -11427816 or 1613905. OLE color: 1613905.
HSL color Cylindrical-coordinate representation of color #51A018: hue angle of 94.85º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51A018 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 160 | 24 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.37 |
| HSL | 94.85º | 0.74% | 0.36% | - |
| HSV(B) | 94.85º | 0.85% | 0.63% | - |
| XYZ | 16.13 | 26.96 | 5.22 | - |
| YUV | 120.88 | 73.33 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 24 | 0.49 | 0 | 0.85 | 0.37 | 94.85 | 0.74 | 0.36 |
| Hex | 51 | A0 | 18 | 31 | 0 | 55 | 25 | 5F | 4A | 24 |
| Octal | 121 | 240 | 30 | 61 | 0 | 125 | 45 | 137 | 112 | 44 |
| Binary | 1010001 | 10100000 | 11000 | 110001 | 0 | 1010101 | 100101 | 1011111 | 1001010 | 100100 |
Color Harmonies of #51A018
Complementary color
Monochromatic Colors of #51A018
Black with #51A018
Text Example
Text Example
White with #51A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A018; }
p { color: rgb(81,160,24); }
H1.HeaderClassName
{
color: #51A018;
}
.AnyTagClassName
{
color: #51A018;
}
</style>
background-color css
<style>
a { background-color: #51A018; }
a { background-color: rgb(81,160,24); }
div.DivClassName
{
background-color: #51A018;
}
.BgClassName
{
background-color: #51A018;
}
</style>
border-color css
<style>
span { border-color: #51A018; }
span { border-color: rgb(81,160,24); }
td.TdClassName
{
border-color: #51A018;
}
.TagClassName
{
border-color: #51A018;
}
</style>