Shades of Limeade #5EAE25
Tints of Limeade #5EAE25
RGB
CMYK
RGB Variations
Color information
#5EAE25 (or 0x5EAE25) is known color: Limeade. HEX triplet: 5E, AE and 25. RGB value is (94,174,37). Sum of RGB (Red+Green+Blue) = 94+174+37=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE25 is #A151DA. Grayscale: #868686. Windows color (decimal): -10572251 or 2469470. OLE color: 2469470.
HSL color Cylindrical-coordinate representation of color #5EAE25: hue angle of 95.04º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5EAE25 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 37 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.32 |
| HSL | 95.04º | 0.65% | 0.41% | - |
| HSV(B) | 95.04º | 0.79% | 0.68% | - |
| XYZ | 20.09 | 32.79 | 7.02 | - |
| YUV | 134.46 | 73 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 37 | 0.46 | 0 | 0.79 | 0.32 | 95.04 | 0.65 | 0.41 |
| Hex | 5E | AE | 25 | 2E | 0 | 4F | 20 | 5F | 41 | 29 |
| Octal | 136 | 256 | 45 | 56 | 0 | 117 | 40 | 137 | 101 | 51 |
| Binary | 1011110 | 10101110 | 100101 | 101110 | 0 | 1001111 | 100000 | 1011111 | 1000001 | 101001 |
Color Harmonies of #5EAE25
Complementary color
Monochromatic Colors of #5EAE25
Black with #5EAE25
Text Example
Text Example
White with #5EAE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE25; }
p { color: rgb(94,174,37); }
H1.HeaderClassName
{
color: #5EAE25;
}
.AnyTagClassName
{
color: #5EAE25;
}
</style>
background-color css
<style>
a { background-color: #5EAE25; }
a { background-color: rgb(94,174,37); }
div.DivClassName
{
background-color: #5EAE25;
}
.BgClassName
{
background-color: #5EAE25;
}
</style>
border-color css
<style>
span { border-color: #5EAE25; }
span { border-color: rgb(94,174,37); }
td.TdClassName
{
border-color: #5EAE25;
}
.TagClassName
{
border-color: #5EAE25;
}
</style>