Shades of Limeade #4A940E
Tints of Limeade #4A940E
RGB
CMYK
RGB Variations
Color information
#4A940E (or 0x4A940E) is known color: Limeade. HEX triplet: 4A, 94 and 0E. RGB value is (74,148,14). Sum of RGB (Red+Green+Blue) = 74+148+14=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #4A940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A940E is #B56BF1. Grayscale: #6F6F6F. Windows color (decimal): -11889650 or 955466. OLE color: 955466.
HSL color Cylindrical-coordinate representation of color #4A940E: hue angle of 93.13º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A940E is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 148 | 14 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.42 |
| HSL | 93.13º | 0.83% | 0.32% | - |
| HSV(B) | 93.13º | 0.91% | 0.58% | - |
| XYZ | 13.49 | 22.67 | 4.08 | - |
| YUV | 110.6 | 73.48 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 148 | 14 | 0.50 | 0 | 0.91 | 0.42 | 93.13 | 0.83 | 0.32 |
| Hex | 4A | 94 | E | 32 | 0 | 5B | 2A | 5D | 53 | 20 |
| Octal | 112 | 224 | 16 | 62 | 0 | 133 | 52 | 135 | 123 | 40 |
| Binary | 1001010 | 10010100 | 1110 | 110010 | 0 | 1011011 | 101010 | 1011101 | 1010011 | 100000 |
Color Harmonies of #4A940E
Complementary color
Monochromatic Colors of #4A940E
Black with #4A940E
Text Example
Text Example
White with #4A940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A940E; }
p { color: rgb(74,148,14); }
H1.HeaderClassName
{
color: #4A940E;
}
.AnyTagClassName
{
color: #4A940E;
}
</style>
background-color css
<style>
a { background-color: #4A940E; }
a { background-color: rgb(74,148,14); }
div.DivClassName
{
background-color: #4A940E;
}
.BgClassName
{
background-color: #4A940E;
}
</style>
border-color css
<style>
span { border-color: #4A940E; }
span { border-color: rgb(74,148,14); }
td.TdClassName
{
border-color: #4A940E;
}
.TagClassName
{
border-color: #4A940E;
}
</style>