Shades of Limeade #5EA41E
Tints of Limeade #5EA41E
RGB
CMYK
RGB Variations
Color information
#5EA41E (or 0x5EA41E) is known color: Limeade. HEX triplet: 5E, A4 and 1E. RGB value is (94,164,30). Sum of RGB (Red+Green+Blue) = 94+164+30=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA41E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA41E is #A15BE1. Grayscale: #808080. Windows color (decimal): -10574818 or 2008158. OLE color: 2008158.
HSL color Cylindrical-coordinate representation of color #5EA41E: hue angle of 91.34º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5EA41E is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 164 | 30 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.36 |
| HSL | 91.34º | 0.69% | 0.38% | - |
| HSV(B) | 91.34º | 0.82% | 0.64% | - |
| XYZ | 18.13 | 29.02 | 5.88 | - |
| YUV | 127.79 | 72.81 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 164 | 30 | 0.43 | 0 | 0.82 | 0.36 | 91.34 | 0.69 | 0.38 |
| Hex | 5E | A4 | 1E | 2B | 0 | 52 | 24 | 5B | 45 | 26 |
| Octal | 136 | 244 | 36 | 53 | 0 | 122 | 44 | 133 | 105 | 46 |
| Binary | 1011110 | 10100100 | 11110 | 101011 | 0 | 1010010 | 100100 | 1011011 | 1000101 | 100110 |
Color Harmonies of #5EA41E
Complementary color
Monochromatic Colors of #5EA41E
Black with #5EA41E
Text Example
Text Example
White with #5EA41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA41E; }
p { color: rgb(94,164,30); }
H1.HeaderClassName
{
color: #5EA41E;
}
.AnyTagClassName
{
color: #5EA41E;
}
</style>
background-color css
<style>
a { background-color: #5EA41E; }
a { background-color: rgb(94,164,30); }
div.DivClassName
{
background-color: #5EA41E;
}
.BgClassName
{
background-color: #5EA41E;
}
</style>
border-color css
<style>
span { border-color: #5EA41E; }
span { border-color: rgb(94,164,30); }
td.TdClassName
{
border-color: #5EA41E;
}
.TagClassName
{
border-color: #5EA41E;
}
</style>