Shades of Limeade #5EA628
Tints of Limeade #5EA628
RGB
CMYK
RGB Variations
Color information
#5EA628 (or 0x5EA628) is known color: Limeade. HEX triplet: 5E, A6 and 28. RGB value is (94,166,40). Sum of RGB (Red+Green+Blue) = 94+166+40=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA628 is #A159D7. Grayscale: #828282. Windows color (decimal): -10574296 or 2664030. OLE color: 2664030.
HSL color Cylindrical-coordinate representation of color #5EA628: hue angle of 94.29º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5EA628 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 166 | 40 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.35 |
| HSL | 94.29º | 0.61% | 0.4% | - |
| HSV(B) | 94.29º | 0.76% | 0.65% | - |
| XYZ | 18.64 | 29.81 | 6.78 | - |
| YUV | 130.11 | 77.15 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 166 | 40 | 0.43 | 0 | 0.76 | 0.35 | 94.29 | 0.61 | 0.4 |
| Hex | 5E | A6 | 28 | 2B | 0 | 4C | 23 | 5E | 3D | 28 |
| Octal | 136 | 246 | 50 | 53 | 0 | 114 | 43 | 136 | 75 | 50 |
| Binary | 1011110 | 10100110 | 101000 | 101011 | 0 | 1001100 | 100011 | 1011110 | 111101 | 101000 |
Color Harmonies of #5EA628
Complementary color
Monochromatic Colors of #5EA628
Black with #5EA628
Text Example
Text Example
White with #5EA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA628; }
p { color: rgb(94,166,40); }
H1.HeaderClassName
{
color: #5EA628;
}
.AnyTagClassName
{
color: #5EA628;
}
</style>
background-color css
<style>
a { background-color: #5EA628; }
a { background-color: rgb(94,166,40); }
div.DivClassName
{
background-color: #5EA628;
}
.BgClassName
{
background-color: #5EA628;
}
</style>
border-color css
<style>
span { border-color: #5EA628; }
span { border-color: rgb(94,166,40); }
td.TdClassName
{
border-color: #5EA628;
}
.TagClassName
{
border-color: #5EA628;
}
</style>