Shades of Limeade #5EA825
Tints of Limeade #5EA825
RGB
CMYK
RGB Variations
Color information
#5EA825 (or 0x5EA825) is known color: Limeade. HEX triplet: 5E, A8 and 25. RGB value is (94,168,37). Sum of RGB (Red+Green+Blue) = 94+168+37=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #5EA825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA825 is #A157DA. Grayscale: #838383. Windows color (decimal): -10573787 or 2467934. OLE color: 2467934.
HSL color Cylindrical-coordinate representation of color #5EA825: hue angle of 93.89º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EA825 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 168 | 37 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.34 |
| HSL | 93.89º | 0.64% | 0.4% | - |
| HSV(B) | 93.89º | 0.78% | 0.66% | - |
| XYZ | 18.95 | 30.52 | 6.64 | - |
| YUV | 130.94 | 74.98 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 168 | 37 | 0.44 | 0 | 0.78 | 0.34 | 93.89 | 0.64 | 0.4 |
| Hex | 5E | A8 | 25 | 2C | 0 | 4E | 22 | 5E | 40 | 28 |
| Octal | 136 | 250 | 45 | 54 | 0 | 116 | 42 | 136 | 100 | 50 |
| Binary | 1011110 | 10101000 | 100101 | 101100 | 0 | 1001110 | 100010 | 1011110 | 1000000 | 101000 |
Color Harmonies of #5EA825
Complementary color
Monochromatic Colors of #5EA825
Black with #5EA825
Text Example
Text Example
White with #5EA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA825; }
p { color: rgb(94,168,37); }
H1.HeaderClassName
{
color: #5EA825;
}
.AnyTagClassName
{
color: #5EA825;
}
</style>
background-color css
<style>
a { background-color: #5EA825; }
a { background-color: rgb(94,168,37); }
div.DivClassName
{
background-color: #5EA825;
}
.BgClassName
{
background-color: #5EA825;
}
</style>
border-color css
<style>
span { border-color: #5EA825; }
span { border-color: rgb(94,168,37); }
td.TdClassName
{
border-color: #5EA825;
}
.TagClassName
{
border-color: #5EA825;
}
</style>