Shades of Limeade #5EAC21
Tints of Limeade #5EAC21
RGB
CMYK
RGB Variations
Color information
#5EAC21 (or 0x5EAC21) is known color: Limeade. HEX triplet: 5E, AC and 21. RGB value is (94,172,33). Sum of RGB (Red+Green+Blue) = 94+172+33=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC21 is #A153DE. Grayscale: #858585. Windows color (decimal): -10572767 or 2206814. OLE color: 2206814.
HSL color Cylindrical-coordinate representation of color #5EAC21: hue angle of 93.67º degrees, saturation: 0.68, 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 #5EAC21 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 33 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.33 |
| HSL | 93.67º | 0.68% | 0.4% | - |
| HSV(B) | 93.67º | 0.81% | 0.67% | - |
| XYZ | 19.64 | 31.99 | 6.58 | - |
| YUV | 132.83 | 71.66 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 33 | 0.45 | 0 | 0.81 | 0.33 | 93.67 | 0.68 | 0.4 |
| Hex | 5E | AC | 21 | 2D | 0 | 51 | 21 | 5E | 44 | 28 |
| Octal | 136 | 254 | 41 | 55 | 0 | 121 | 41 | 136 | 104 | 50 |
| Binary | 1011110 | 10101100 | 100001 | 101101 | 0 | 1010001 | 100001 | 1011110 | 1000100 | 101000 |
Color Harmonies of #5EAC21
Complementary color
Monochromatic Colors of #5EAC21
Black with #5EAC21
Text Example
Text Example
White with #5EAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC21; }
p { color: rgb(94,172,33); }
H1.HeaderClassName
{
color: #5EAC21;
}
.AnyTagClassName
{
color: #5EAC21;
}
</style>
background-color css
<style>
a { background-color: #5EAC21; }
a { background-color: rgb(94,172,33); }
div.DivClassName
{
background-color: #5EAC21;
}
.BgClassName
{
background-color: #5EAC21;
}
</style>
border-color css
<style>
span { border-color: #5EAC21; }
span { border-color: rgb(94,172,33); }
td.TdClassName
{
border-color: #5EAC21;
}
.TagClassName
{
border-color: #5EAC21;
}
</style>