Shades of Limeade #5EA219
Tints of Limeade #5EA219
RGB
CMYK
RGB Variations
Color information
#5EA219 (or 0x5EA219) is known color: Limeade. HEX triplet: 5E, A2 and 19. RGB value is (94,162,25). Sum of RGB (Red+Green+Blue) = 94+162+25=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA219 is #A15DE6. Grayscale: #7E7E7E. Windows color (decimal): -10575335 or 1679966. OLE color: 1679966.
HSL color Cylindrical-coordinate representation of color #5EA219: hue angle of 89.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5EA219 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 25 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.36 |
| HSL | 89.78º | 0.73% | 0.37% | - |
| HSV(B) | 89.78º | 0.85% | 0.64% | - |
| XYZ | 17.71 | 28.29 | 5.45 | - |
| YUV | 126.05 | 70.97 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 25 | 0.42 | 0 | 0.85 | 0.36 | 89.78 | 0.73 | 0.37 |
| Hex | 5E | A2 | 19 | 2A | 0 | 55 | 24 | 5A | 49 | 25 |
| Octal | 136 | 242 | 31 | 52 | 0 | 125 | 44 | 132 | 111 | 45 |
| Binary | 1011110 | 10100010 | 11001 | 101010 | 0 | 1010101 | 100100 | 1011010 | 1001001 | 100101 |
Color Harmonies of #5EA219
Complementary color
Monochromatic Colors of #5EA219
Black with #5EA219
Text Example
Text Example
White with #5EA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA219; }
p { color: rgb(94,162,25); }
H1.HeaderClassName
{
color: #5EA219;
}
.AnyTagClassName
{
color: #5EA219;
}
</style>
background-color css
<style>
a { background-color: #5EA219; }
a { background-color: rgb(94,162,25); }
div.DivClassName
{
background-color: #5EA219;
}
.BgClassName
{
background-color: #5EA219;
}
</style>
border-color css
<style>
span { border-color: #5EA219; }
span { border-color: rgb(94,162,25); }
td.TdClassName
{
border-color: #5EA219;
}
.TagClassName
{
border-color: #5EA219;
}
</style>