Shades of Limeade #5EA921
Tints of Limeade #5EA921
RGB
CMYK
RGB Variations
Color information
#5EA921 (or 0x5EA921) is known color: Limeade. HEX triplet: 5E, A9 and 21. RGB value is (94,169,33). Sum of RGB (Red+Green+Blue) = 94+169+33=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA921 is #A156DE. Grayscale: #838383. Windows color (decimal): -10573535 or 2206046. OLE color: 2206046.
HSL color Cylindrical-coordinate representation of color #5EA921: hue angle of 93.09º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5EA921 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 169 | 33 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.34 |
| HSL | 93.09º | 0.67% | 0.4% | - |
| HSV(B) | 93.09º | 0.8% | 0.66% | - |
| XYZ | 19.08 | 30.87 | 6.39 | - |
| YUV | 131.07 | 72.65 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 33 | 0.44 | 0 | 0.80 | 0.34 | 93.09 | 0.67 | 0.4 |
| Hex | 5E | A9 | 21 | 2C | 0 | 50 | 22 | 5D | 43 | 28 |
| Octal | 136 | 251 | 41 | 54 | 0 | 120 | 42 | 135 | 103 | 50 |
| Binary | 1011110 | 10101001 | 100001 | 101100 | 0 | 1010000 | 100010 | 1011101 | 1000011 | 101000 |
Color Harmonies of #5EA921
Complementary color
Monochromatic Colors of #5EA921
Black with #5EA921
Text Example
Text Example
White with #5EA921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA921; }
p { color: rgb(94,169,33); }
H1.HeaderClassName
{
color: #5EA921;
}
.AnyTagClassName
{
color: #5EA921;
}
</style>
background-color css
<style>
a { background-color: #5EA921; }
a { background-color: rgb(94,169,33); }
div.DivClassName
{
background-color: #5EA921;
}
.BgClassName
{
background-color: #5EA921;
}
</style>
border-color css
<style>
span { border-color: #5EA921; }
span { border-color: rgb(94,169,33); }
td.TdClassName
{
border-color: #5EA921;
}
.TagClassName
{
border-color: #5EA921;
}
</style>