Shades of Limeade #5EA218
Tints of Limeade #5EA218
RGB
CMYK
RGB Variations
Color information
#5EA218 (or 0x5EA218) is known color: Limeade. HEX triplet: 5E, A2 and 18. RGB value is (94,162,24). Sum of RGB (Red+Green+Blue) = 94+162+24=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA218 is #A15DE7. Grayscale: #7E7E7E. Windows color (decimal): -10575336 or 1614430. OLE color: 1614430.
HSL color Cylindrical-coordinate representation of color #5EA218: hue angle of 89.57º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5EA218 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 24 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.36 |
| HSL | 89.57º | 0.74% | 0.36% | - |
| HSV(B) | 89.57º | 0.85% | 0.64% | - |
| XYZ | 17.7 | 28.29 | 5.39 | - |
| YUV | 125.94 | 70.47 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 24 | 0.42 | 0 | 0.85 | 0.36 | 89.57 | 0.74 | 0.36 |
| Hex | 5E | A2 | 18 | 2A | 0 | 55 | 24 | 5A | 4A | 24 |
| Octal | 136 | 242 | 30 | 52 | 0 | 125 | 44 | 132 | 112 | 44 |
| Binary | 1011110 | 10100010 | 11000 | 101010 | 0 | 1010101 | 100100 | 1011010 | 1001010 | 100100 |
Color Harmonies of #5EA218
Complementary color
Monochromatic Colors of #5EA218
Black with #5EA218
Text Example
Text Example
White with #5EA218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA218; }
p { color: rgb(94,162,24); }
H1.HeaderClassName
{
color: #5EA218;
}
.AnyTagClassName
{
color: #5EA218;
}
</style>
background-color css
<style>
a { background-color: #5EA218; }
a { background-color: rgb(94,162,24); }
div.DivClassName
{
background-color: #5EA218;
}
.BgClassName
{
background-color: #5EA218;
}
</style>
border-color css
<style>
span { border-color: #5EA218; }
span { border-color: rgb(94,162,24); }
td.TdClassName
{
border-color: #5EA218;
}
.TagClassName
{
border-color: #5EA218;
}
</style>