Shades of Limeade #5EAA1D
Tints of Limeade #5EAA1D
RGB
CMYK
RGB Variations
Color information
#5EAA1D (or 0x5EAA1D) is known color: Limeade. HEX triplet: 5E, AA and 1D. RGB value is (94,170,29). Sum of RGB (Red+Green+Blue) = 94+170+29=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA1D is #A155E2. Grayscale: #838383. Windows color (decimal): -10573283 or 1944158. OLE color: 1944158.
HSL color Cylindrical-coordinate representation of color #5EAA1D: hue angle of 92.34º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EAA1D is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 29 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.33 |
| HSL | 92.34º | 0.71% | 0.39% | - |
| HSV(B) | 92.34º | 0.83% | 0.67% | - |
| XYZ | 19.21 | 31.22 | 6.18 | - |
| YUV | 131.2 | 70.32 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 29 | 0.45 | 0 | 0.83 | 0.33 | 92.34 | 0.71 | 0.39 |
| Hex | 5E | AA | 1D | 2D | 0 | 53 | 21 | 5C | 47 | 27 |
| Octal | 136 | 252 | 35 | 55 | 0 | 123 | 41 | 134 | 107 | 47 |
| Binary | 1011110 | 10101010 | 11101 | 101101 | 0 | 1010011 | 100001 | 1011100 | 1000111 | 100111 |
Color Harmonies of #5EAA1D
Complementary color
Monochromatic Colors of #5EAA1D
Black with #5EAA1D
Text Example
Text Example
White with #5EAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA1D; }
p { color: rgb(94,170,29); }
H1.HeaderClassName
{
color: #5EAA1D;
}
.AnyTagClassName
{
color: #5EAA1D;
}
</style>
background-color css
<style>
a { background-color: #5EAA1D; }
a { background-color: rgb(94,170,29); }
div.DivClassName
{
background-color: #5EAA1D;
}
.BgClassName
{
background-color: #5EAA1D;
}
</style>
border-color css
<style>
span { border-color: #5EAA1D; }
span { border-color: rgb(94,170,29); }
td.TdClassName
{
border-color: #5EAA1D;
}
.TagClassName
{
border-color: #5EAA1D;
}
</style>