Shades of Limeade #5EA215
Tints of Limeade #5EA215
RGB
CMYK
RGB Variations
Color information
#5EA215 (or 0x5EA215) is known color: Limeade. HEX triplet: 5E, A2 and 15. RGB value is (94,162,21). Sum of RGB (Red+Green+Blue) = 94+162+21=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA215 is #A15DEA. Grayscale: #7E7E7E. Windows color (decimal): -10575339 or 1417822. OLE color: 1417822.
HSL color Cylindrical-coordinate representation of color #5EA215: hue angle of 88.94º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5EA215 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 21 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.36 |
| HSL | 88.94º | 0.77% | 0.36% | - |
| HSV(B) | 88.94º | 0.87% | 0.64% | - |
| XYZ | 17.67 | 28.27 | 5.24 | - |
| YUV | 125.59 | 68.97 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 21 | 0.42 | 0 | 0.87 | 0.36 | 88.94 | 0.77 | 0.36 |
| Hex | 5E | A2 | 15 | 2A | 0 | 57 | 24 | 59 | 4D | 24 |
| Octal | 136 | 242 | 25 | 52 | 0 | 127 | 44 | 131 | 115 | 44 |
| Binary | 1011110 | 10100010 | 10101 | 101010 | 0 | 1010111 | 100100 | 1011001 | 1001101 | 100100 |
Color Harmonies of #5EA215
Complementary color
Monochromatic Colors of #5EA215
Black with #5EA215
Text Example
Text Example
White with #5EA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA215; }
p { color: rgb(94,162,21); }
H1.HeaderClassName
{
color: #5EA215;
}
.AnyTagClassName
{
color: #5EA215;
}
</style>
background-color css
<style>
a { background-color: #5EA215; }
a { background-color: rgb(94,162,21); }
div.DivClassName
{
background-color: #5EA215;
}
.BgClassName
{
background-color: #5EA215;
}
</style>
border-color css
<style>
span { border-color: #5EA215; }
span { border-color: rgb(94,162,21); }
td.TdClassName
{
border-color: #5EA215;
}
.TagClassName
{
border-color: #5EA215;
}
</style>