Shades of Limeade #5EA122
Tints of Limeade #5EA122
RGB
CMYK
RGB Variations
Color information
#5EA122 (or 0x5EA122) is known color: Limeade. HEX triplet: 5E, A1 and 22. RGB value is (94,161,34). Sum of RGB (Red+Green+Blue) = 94+161+34=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA122 is #A15EDD. Grayscale: #7E7E7E. Windows color (decimal): -10575582 or 2269534. OLE color: 2269534.
HSL color Cylindrical-coordinate representation of color #5EA122: hue angle of 91.65º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5EA122 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 161 | 34 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.37 |
| HSL | 91.65º | 0.65% | 0.38% | - |
| HSV(B) | 91.65º | 0.79% | 0.63% | - |
| XYZ | 17.65 | 27.98 | 5.98 | - |
| YUV | 126.49 | 75.8 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 161 | 34 | 0.42 | 0 | 0.79 | 0.37 | 91.65 | 0.65 | 0.38 |
| Hex | 5E | A1 | 22 | 2A | 0 | 4F | 25 | 5C | 41 | 26 |
| Octal | 136 | 241 | 42 | 52 | 0 | 117 | 45 | 134 | 101 | 46 |
| Binary | 1011110 | 10100001 | 100010 | 101010 | 0 | 1001111 | 100101 | 1011100 | 1000001 | 100110 |
Color Harmonies of #5EA122
Complementary color
Monochromatic Colors of #5EA122
Black with #5EA122
Text Example
Text Example
White with #5EA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA122; }
p { color: rgb(94,161,34); }
H1.HeaderClassName
{
color: #5EA122;
}
.AnyTagClassName
{
color: #5EA122;
}
</style>
background-color css
<style>
a { background-color: #5EA122; }
a { background-color: rgb(94,161,34); }
div.DivClassName
{
background-color: #5EA122;
}
.BgClassName
{
background-color: #5EA122;
}
</style>
border-color css
<style>
span { border-color: #5EA122; }
span { border-color: rgb(94,161,34); }
td.TdClassName
{
border-color: #5EA122;
}
.TagClassName
{
border-color: #5EA122;
}
</style>