Shades of Limeade #4E9221
Tints of Limeade #4E9221
RGB
CMYK
RGB Variations
Color information
#4E9221 (or 0x4E9221) is known color: Limeade. HEX triplet: 4E, 92 and 21. RGB value is (78,146,33). Sum of RGB (Red+Green+Blue) = 78+146+33=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #4E9221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9221 is #B16DDE. Grayscale: #717171. Windows color (decimal): -11627999 or 2200142. OLE color: 2200142.
HSL color Cylindrical-coordinate representation of color #4E9221: hue angle of 96.11º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E9221 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 33 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.43 |
| HSL | 96.11º | 0.63% | 0.35% | - |
| HSV(B) | 96.11º | 0.77% | 0.57% | - |
| XYZ | 13.7 | 22.29 | 5.02 | - |
| YUV | 112.79 | 82.97 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 33 | 0.47 | 0 | 0.77 | 0.43 | 96.11 | 0.63 | 0.35 |
| Hex | 4E | 92 | 21 | 2F | 0 | 4D | 2B | 60 | 3F | 23 |
| Octal | 116 | 222 | 41 | 57 | 0 | 115 | 53 | 140 | 77 | 43 |
| Binary | 1001110 | 10010010 | 100001 | 101111 | 0 | 1001101 | 101011 | 1100000 | 111111 | 100011 |
Color Harmonies of #4E9221
Complementary color
Monochromatic Colors of #4E9221
Black with #4E9221
Text Example
Text Example
White with #4E9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9221; }
p { color: rgb(78,146,33); }
H1.HeaderClassName
{
color: #4E9221;
}
.AnyTagClassName
{
color: #4E9221;
}
</style>
background-color css
<style>
a { background-color: #4E9221; }
a { background-color: rgb(78,146,33); }
div.DivClassName
{
background-color: #4E9221;
}
.BgClassName
{
background-color: #4E9221;
}
</style>
border-color css
<style>
span { border-color: #4E9221; }
span { border-color: rgb(78,146,33); }
td.TdClassName
{
border-color: #4E9221;
}
.TagClassName
{
border-color: #4E9221;
}
</style>