Shades of Limeade #5EAA29
Tints of Limeade #5EAA29
RGB
CMYK
RGB Variations
Color information
#5EAA29 (or 0x5EAA29) is known color: Limeade. HEX triplet: 5E, AA and 29. RGB value is (94,170,41). Sum of RGB (Red+Green+Blue) = 94+170+41=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA29 is #A155D6. Grayscale: #858585. Windows color (decimal): -10573271 or 2730590. OLE color: 2730590.
HSL color Cylindrical-coordinate representation of color #5EAA29: hue angle of 95.35º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5EAA29 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 41 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.33 |
| HSL | 95.35º | 0.61% | 0.41% | - |
| HSV(B) | 95.35º | 0.76% | 0.67% | - |
| XYZ | 19.39 | 31.29 | 7.12 | - |
| YUV | 132.57 | 76.32 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 41 | 0.45 | 0 | 0.76 | 0.33 | 95.35 | 0.61 | 0.41 |
| Hex | 5E | AA | 29 | 2D | 0 | 4C | 21 | 5F | 3D | 29 |
| Octal | 136 | 252 | 51 | 55 | 0 | 114 | 41 | 137 | 75 | 51 |
| Binary | 1011110 | 10101010 | 101001 | 101101 | 0 | 1001100 | 100001 | 1011111 | 111101 | 101001 |
Color Harmonies of #5EAA29
Complementary color
Monochromatic Colors of #5EAA29
Black with #5EAA29
Text Example
Text Example
White with #5EAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA29; }
p { color: rgb(94,170,41); }
H1.HeaderClassName
{
color: #5EAA29;
}
.AnyTagClassName
{
color: #5EAA29;
}
</style>
background-color css
<style>
a { background-color: #5EAA29; }
a { background-color: rgb(94,170,41); }
div.DivClassName
{
background-color: #5EAA29;
}
.BgClassName
{
background-color: #5EAA29;
}
</style>
border-color css
<style>
span { border-color: #5EAA29; }
span { border-color: rgb(94,170,41); }
td.TdClassName
{
border-color: #5EAA29;
}
.TagClassName
{
border-color: #5EAA29;
}
</style>