Shades of Limeade #5E9420
Tints of Limeade #5E9420
RGB
CMYK
RGB Variations
Color information
#5E9420 (or 0x5E9420) is known color: Limeade. HEX triplet: 5E, 94 and 20. RGB value is (94,148,32). Sum of RGB (Red+Green+Blue) = 94+148+32=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9420 is #A16BDF. Grayscale: #777777. Windows color (decimal): -10578912 or 2135134. OLE color: 2135134.
HSL color Cylindrical-coordinate representation of color #5E9420: hue angle of 87.93º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E9420 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 32 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.42 |
| HSL | 87.93º | 0.64% | 0.35% | - |
| HSV(B) | 87.93º | 0.78% | 0.58% | - |
| XYZ | 15.47 | 23.66 | 5.12 | - |
| YUV | 118.63 | 79.11 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 32 | 0.36 | 0 | 0.78 | 0.42 | 87.93 | 0.64 | 0.35 |
| Hex | 5E | 94 | 20 | 24 | 0 | 4E | 2A | 58 | 40 | 23 |
| Octal | 136 | 224 | 40 | 44 | 0 | 116 | 52 | 130 | 100 | 43 |
| Binary | 1011110 | 10010100 | 100000 | 100100 | 0 | 1001110 | 101010 | 1011000 | 1000000 | 100011 |
Color Harmonies of #5E9420
Complementary color
Monochromatic Colors of #5E9420
Black with #5E9420
Text Example
Text Example
White with #5E9420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9420; }
p { color: rgb(94,148,32); }
H1.HeaderClassName
{
color: #5E9420;
}
.AnyTagClassName
{
color: #5E9420;
}
</style>
background-color css
<style>
a { background-color: #5E9420; }
a { background-color: rgb(94,148,32); }
div.DivClassName
{
background-color: #5E9420;
}
.BgClassName
{
background-color: #5E9420;
}
</style>
border-color css
<style>
span { border-color: #5E9420; }
span { border-color: rgb(94,148,32); }
td.TdClassName
{
border-color: #5E9420;
}
.TagClassName
{
border-color: #5E9420;
}
</style>