Shades of Limeade #5EAE24
Tints of Limeade #5EAE24
RGB
CMYK
RGB Variations
Color information
#5EAE24 (or 0x5EAE24) is known color: Limeade. HEX triplet: 5E, AE and 24. RGB value is (94,174,36). Sum of RGB (Red+Green+Blue) = 94+174+36=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE24 is #A151DB. Grayscale: #868686. Windows color (decimal): -10572252 or 2403934. OLE color: 2403934.
HSL color Cylindrical-coordinate representation of color #5EAE24: hue angle of 94.78º degrees, saturation: 0.66, 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 #5EAE24 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 36 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.32 |
| HSL | 94.78º | 0.66% | 0.41% | - |
| HSV(B) | 94.78º | 0.79% | 0.68% | - |
| XYZ | 20.07 | 32.78 | 6.94 | - |
| YUV | 134.35 | 72.5 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 36 | 0.46 | 0 | 0.79 | 0.32 | 94.78 | 0.66 | 0.41 |
| Hex | 5E | AE | 24 | 2E | 0 | 4F | 20 | 5F | 42 | 29 |
| Octal | 136 | 256 | 44 | 56 | 0 | 117 | 40 | 137 | 102 | 51 |
| Binary | 1011110 | 10101110 | 100100 | 101110 | 0 | 1001111 | 100000 | 1011111 | 1000010 | 101001 |
Color Harmonies of #5EAE24
Complementary color
Monochromatic Colors of #5EAE24
Black with #5EAE24
Text Example
Text Example
White with #5EAE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE24; }
p { color: rgb(94,174,36); }
H1.HeaderClassName
{
color: #5EAE24;
}
.AnyTagClassName
{
color: #5EAE24;
}
</style>
background-color css
<style>
a { background-color: #5EAE24; }
a { background-color: rgb(94,174,36); }
div.DivClassName
{
background-color: #5EAE24;
}
.BgClassName
{
background-color: #5EAE24;
}
</style>
border-color css
<style>
span { border-color: #5EAE24; }
span { border-color: rgb(94,174,36); }
td.TdClassName
{
border-color: #5EAE24;
}
.TagClassName
{
border-color: #5EAE24;
}
</style>