Shades of Limeade #4A980D
Tints of Limeade #4A980D
RGB
CMYK
RGB Variations
Color information
#4A980D (or 0x4A980D) is known color: Limeade. HEX triplet: 4A, 98 and 0D. RGB value is (74,152,13). Sum of RGB (Red+Green+Blue) = 74+152+13=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 152 (59.77% from 255 or 63.60% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 152 - color contains mainly: green. Hex color #4A980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A980D is #B567F2. Grayscale: #717171. Windows color (decimal): -11888627 or 890954. OLE color: 890954.
HSL color Cylindrical-coordinate representation of color #4A980D: hue angle of 93.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A980D is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 13 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.40 |
| HSL | 93.67º | 0.84% | 0.32% | - |
| HSV(B) | 93.67º | 0.91% | 0.6% | - |
| XYZ | 14.12 | 23.94 | 4.26 | - |
| YUV | 112.83 | 71.66 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 13 | 0.51 | 0 | 0.91 | 0.40 | 93.67 | 0.84 | 0.32 |
| Hex | 4A | 98 | D | 33 | 0 | 5B | 28 | 5E | 54 | 20 |
| Octal | 112 | 230 | 15 | 63 | 0 | 133 | 50 | 136 | 124 | 40 |
| Binary | 1001010 | 10011000 | 1101 | 110011 | 0 | 1011011 | 101000 | 1011110 | 1010100 | 100000 |
Color Harmonies of #4A980D
Complementary color
Monochromatic Colors of #4A980D
Black with #4A980D
Text Example
Text Example
White with #4A980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A980D; }
p { color: rgb(74,152,13); }
H1.HeaderClassName
{
color: #4A980D;
}
.AnyTagClassName
{
color: #4A980D;
}
</style>
background-color css
<style>
a { background-color: #4A980D; }
a { background-color: rgb(74,152,13); }
div.DivClassName
{
background-color: #4A980D;
}
.BgClassName
{
background-color: #4A980D;
}
</style>
border-color css
<style>
span { border-color: #4A980D; }
span { border-color: rgb(74,152,13); }
td.TdClassName
{
border-color: #4A980D;
}
.TagClassName
{
border-color: #4A980D;
}
</style>