Shades of Limeade #5EA315
Tints of Limeade #5EA315
RGB
CMYK
RGB Variations
Color information
#5EA315 (or 0x5EA315) is known color: Limeade. HEX triplet: 5E, A3 and 15. RGB value is (94,163,21). Sum of RGB (Red+Green+Blue) = 94+163+21=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA315 is #A15CEA. Grayscale: #7E7E7E. Windows color (decimal): -10575083 or 1418078. OLE color: 1418078.
HSL color Cylindrical-coordinate representation of color #5EA315: hue angle of 89.15º 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 #5EA315 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 163 | 21 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.36 |
| HSL | 89.15º | 0.77% | 0.36% | - |
| HSV(B) | 89.15º | 0.87% | 0.64% | - |
| XYZ | 17.85 | 28.63 | 5.29 | - |
| YUV | 126.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 163 | 21 | 0.42 | 0 | 0.87 | 0.36 | 89.15 | 0.77 | 0.36 |
| Hex | 5E | A3 | 15 | 2A | 0 | 57 | 24 | 59 | 4D | 24 |
| Octal | 136 | 243 | 25 | 52 | 0 | 127 | 44 | 131 | 115 | 44 |
| Binary | 1011110 | 10100011 | 10101 | 101010 | 0 | 1010111 | 100100 | 1011001 | 1001101 | 100100 |
Color Harmonies of #5EA315
Complementary color
Monochromatic Colors of #5EA315
Black with #5EA315
Text Example
Text Example
White with #5EA315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA315; }
p { color: rgb(94,163,21); }
H1.HeaderClassName
{
color: #5EA315;
}
.AnyTagClassName
{
color: #5EA315;
}
</style>
background-color css
<style>
a { background-color: #5EA315; }
a { background-color: rgb(94,163,21); }
div.DivClassName
{
background-color: #5EA315;
}
.BgClassName
{
background-color: #5EA315;
}
</style>
border-color css
<style>
span { border-color: #5EA315; }
span { border-color: rgb(94,163,21); }
td.TdClassName
{
border-color: #5EA315;
}
.TagClassName
{
border-color: #5EA315;
}
</style>