Shades of Limeade #5EA11C
Tints of Limeade #5EA11C
RGB
CMYK
RGB Variations
Color information
#5EA11C (or 0x5EA11C) is known color: Limeade. HEX triplet: 5E, A1 and 1C. RGB value is (94,161,28). Sum of RGB (Red+Green+Blue) = 94+161+28=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 161 (63.28% from 255 or 56.89% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA11C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA11C is #A15EE3. Grayscale: #7E7E7E. Windows color (decimal): -10575588 or 1876318. OLE color: 1876318.
HSL color Cylindrical-coordinate representation of color #5EA11C: hue angle of 90.23º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EA11C is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 161 | 28 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.37 |
| HSL | 90.23º | 0.7% | 0.37% | - |
| HSV(B) | 90.23º | 0.83% | 0.63% | - |
| XYZ | 17.57 | 27.95 | 5.57 | - |
| YUV | 125.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 161 | 28 | 0.42 | 0 | 0.83 | 0.37 | 90.23 | 0.7 | 0.37 |
| Hex | 5E | A1 | 1C | 2A | 0 | 53 | 25 | 5A | 46 | 25 |
| Octal | 136 | 241 | 34 | 52 | 0 | 123 | 45 | 132 | 106 | 45 |
| Binary | 1011110 | 10100001 | 11100 | 101010 | 0 | 1010011 | 100101 | 1011010 | 1000110 | 100101 |
Color Harmonies of #5EA11C
Complementary color
Monochromatic Colors of #5EA11C
Black with #5EA11C
Text Example
Text Example
White with #5EA11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA11C; }
p { color: rgb(94,161,28); }
H1.HeaderClassName
{
color: #5EA11C;
}
.AnyTagClassName
{
color: #5EA11C;
}
</style>
background-color css
<style>
a { background-color: #5EA11C; }
a { background-color: rgb(94,161,28); }
div.DivClassName
{
background-color: #5EA11C;
}
.BgClassName
{
background-color: #5EA11C;
}
</style>
border-color css
<style>
span { border-color: #5EA11C; }
span { border-color: rgb(94,161,28); }
td.TdClassName
{
border-color: #5EA11C;
}
.TagClassName
{
border-color: #5EA11C;
}
</style>