Shades of Limeade #5EAC20
Tints of Limeade #5EAC20
RGB
CMYK
RGB Variations
Color information
#5EAC20 (or 0x5EAC20) is known color: Limeade. HEX triplet: 5E, AC and 20. RGB value is (94,172,32). Sum of RGB (Red+Green+Blue) = 94+172+32=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC20 is #A153DF. Grayscale: #858585. Windows color (decimal): -10572768 or 2141278. OLE color: 2141278.
HSL color Cylindrical-coordinate representation of color #5EAC20: hue angle of 93.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5EAC20 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 32 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.33 |
| HSL | 93.43º | 0.69% | 0.4% | - |
| HSV(B) | 93.43º | 0.81% | 0.67% | - |
| XYZ | 19.63 | 31.99 | 6.51 | - |
| YUV | 132.72 | 71.16 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 32 | 0.45 | 0 | 0.81 | 0.33 | 93.43 | 0.69 | 0.4 |
| Hex | 5E | AC | 20 | 2D | 0 | 51 | 21 | 5D | 45 | 28 |
| Octal | 136 | 254 | 40 | 55 | 0 | 121 | 41 | 135 | 105 | 50 |
| Binary | 1011110 | 10101100 | 100000 | 101101 | 0 | 1010001 | 100001 | 1011101 | 1000101 | 101000 |
Color Harmonies of #5EAC20
Complementary color
Monochromatic Colors of #5EAC20
Black with #5EAC20
Text Example
Text Example
White with #5EAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC20; }
p { color: rgb(94,172,32); }
H1.HeaderClassName
{
color: #5EAC20;
}
.AnyTagClassName
{
color: #5EAC20;
}
</style>
background-color css
<style>
a { background-color: #5EAC20; }
a { background-color: rgb(94,172,32); }
div.DivClassName
{
background-color: #5EAC20;
}
.BgClassName
{
background-color: #5EAC20;
}
</style>
border-color css
<style>
span { border-color: #5EAC20; }
span { border-color: rgb(94,172,32); }
td.TdClassName
{
border-color: #5EAC20;
}
.TagClassName
{
border-color: #5EAC20;
}
</style>