Shades of Limeade #5E9820
Tints of Limeade #5E9820
RGB
CMYK
RGB Variations
Color information
#5E9820 (or 0x5E9820) is known color: Limeade. HEX triplet: 5E, 98 and 20. RGB value is (94,152,32). Sum of RGB (Red+Green+Blue) = 94+152+32=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9820 is #A167DF. Grayscale: #797979. Windows color (decimal): -10577888 or 2136158. OLE color: 2136158.
HSL color Cylindrical-coordinate representation of color #5E9820: hue angle of 89º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E9820 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 32 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.40 |
| HSL | 89º | 0.65% | 0.36% | - |
| HSV(B) | 89º | 0.79% | 0.6% | - |
| XYZ | 16.11 | 24.94 | 5.33 | - |
| YUV | 120.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 32 | 0.38 | 0 | 0.79 | 0.40 | 89 | 0.65 | 0.36 |
| Hex | 5E | 98 | 20 | 26 | 0 | 4F | 28 | 59 | 41 | 24 |
| Octal | 136 | 230 | 40 | 46 | 0 | 117 | 50 | 131 | 101 | 44 |
| Binary | 1011110 | 10011000 | 100000 | 100110 | 0 | 1001111 | 101000 | 1011001 | 1000001 | 100100 |
Color Harmonies of #5E9820
Complementary color
Monochromatic Colors of #5E9820
Black with #5E9820
Text Example
Text Example
White with #5E9820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9820; }
p { color: rgb(94,152,32); }
H1.HeaderClassName
{
color: #5E9820;
}
.AnyTagClassName
{
color: #5E9820;
}
</style>
background-color css
<style>
a { background-color: #5E9820; }
a { background-color: rgb(94,152,32); }
div.DivClassName
{
background-color: #5E9820;
}
.BgClassName
{
background-color: #5E9820;
}
</style>
border-color css
<style>
span { border-color: #5E9820; }
span { border-color: rgb(94,152,32); }
td.TdClassName
{
border-color: #5E9820;
}
.TagClassName
{
border-color: #5E9820;
}
</style>