Shades of Limeade #4E9321
Tints of Limeade #4E9321
RGB
CMYK
RGB Variations
Color information
#4E9321 (or 0x4E9321) is known color: Limeade. HEX triplet: 4E, 93 and 21. RGB value is (78,147,33). Sum of RGB (Red+Green+Blue) = 78+147+33=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9321 is #B16CDE. Grayscale: #717171. Windows color (decimal): -11627743 or 2200398. OLE color: 2200398.
HSL color Cylindrical-coordinate representation of color #4E9321: hue angle of 96.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E9321 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 33 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.42 |
| HSL | 96.32º | 0.63% | 0.35% | - |
| HSV(B) | 96.32º | 0.78% | 0.58% | - |
| XYZ | 13.85 | 22.6 | 5.07 | - |
| YUV | 113.37 | 82.64 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 33 | 0.47 | 0 | 0.78 | 0.42 | 96.32 | 0.63 | 0.35 |
| Hex | 4E | 93 | 21 | 2F | 0 | 4E | 2A | 60 | 3F | 23 |
| Octal | 116 | 223 | 41 | 57 | 0 | 116 | 52 | 140 | 77 | 43 |
| Binary | 1001110 | 10010011 | 100001 | 101111 | 0 | 1001110 | 101010 | 1100000 | 111111 | 100011 |
Color Harmonies of #4E9321
Complementary color
Monochromatic Colors of #4E9321
Black with #4E9321
Text Example
Text Example
White with #4E9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9321; }
p { color: rgb(78,147,33); }
H1.HeaderClassName
{
color: #4E9321;
}
.AnyTagClassName
{
color: #4E9321;
}
</style>
background-color css
<style>
a { background-color: #4E9321; }
a { background-color: rgb(78,147,33); }
div.DivClassName
{
background-color: #4E9321;
}
.BgClassName
{
background-color: #4E9321;
}
</style>
border-color css
<style>
span { border-color: #4E9321; }
span { border-color: rgb(78,147,33); }
td.TdClassName
{
border-color: #4E9321;
}
.TagClassName
{
border-color: #4E9321;
}
</style>