Shades of Limeade #5EA11A
Tints of Limeade #5EA11A
RGB
CMYK
RGB Variations
Color information
#5EA11A (or 0x5EA11A) is known color: Limeade. HEX triplet: 5E, A1 and 1A. RGB value is (94,161,26). Sum of RGB (Red+Green+Blue) = 94+161+26=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA11A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA11A is #A15EE5. Grayscale: #7E7E7E. Windows color (decimal): -10575590 or 1745246. OLE color: 1745246.
HSL color Cylindrical-coordinate representation of color #5EA11A: hue angle of 89.78º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5EA11A is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 161 | 26 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.37 |
| HSL | 89.78º | 0.72% | 0.37% | - |
| HSV(B) | 89.78º | 0.84% | 0.63% | - |
| XYZ | 17.55 | 27.94 | 5.45 | - |
| YUV | 125.58 | 71.8 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 161 | 26 | 0.42 | 0 | 0.84 | 0.37 | 89.78 | 0.72 | 0.37 |
| Hex | 5E | A1 | 1A | 2A | 0 | 54 | 25 | 5A | 48 | 25 |
| Octal | 136 | 241 | 32 | 52 | 0 | 124 | 45 | 132 | 110 | 45 |
| Binary | 1011110 | 10100001 | 11010 | 101010 | 0 | 1010100 | 100101 | 1011010 | 1001000 | 100101 |
Color Harmonies of #5EA11A
Complementary color
Monochromatic Colors of #5EA11A
Black with #5EA11A
Text Example
Text Example
White with #5EA11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA11A; }
p { color: rgb(94,161,26); }
H1.HeaderClassName
{
color: #5EA11A;
}
.AnyTagClassName
{
color: #5EA11A;
}
</style>
background-color css
<style>
a { background-color: #5EA11A; }
a { background-color: rgb(94,161,26); }
div.DivClassName
{
background-color: #5EA11A;
}
.BgClassName
{
background-color: #5EA11A;
}
</style>
border-color css
<style>
span { border-color: #5EA11A; }
span { border-color: rgb(94,161,26); }
td.TdClassName
{
border-color: #5EA11A;
}
.TagClassName
{
border-color: #5EA11A;
}
</style>