Shades of Limeade #4D980D
Tints of Limeade #4D980D
RGB
CMYK
RGB Variations
Color information
#4D980D (or 0x4D980D) is known color: Limeade. HEX triplet: 4D, 98 and 0D. RGB value is (77,152,13). Sum of RGB (Red+Green+Blue) = 77+152+13=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #4D980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D980D is #B267F2. Grayscale: #727272. Windows color (decimal): -11692019 or 890957. OLE color: 890957.
HSL color Cylindrical-coordinate representation of color #4D980D: hue angle of 92.37º 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 #4D980D is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 13 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.40 |
| HSL | 92.37º | 0.84% | 0.32% | - |
| HSV(B) | 92.37º | 0.91% | 0.6% | - |
| XYZ | 14.36 | 24.06 | 4.27 | - |
| YUV | 113.73 | 71.15 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 13 | 0.49 | 0 | 0.91 | 0.40 | 92.37 | 0.84 | 0.32 |
| Hex | 4D | 98 | D | 31 | 0 | 5B | 28 | 5C | 54 | 20 |
| Octal | 115 | 230 | 15 | 61 | 0 | 133 | 50 | 134 | 124 | 40 |
| Binary | 1001101 | 10011000 | 1101 | 110001 | 0 | 1011011 | 101000 | 1011100 | 1010100 | 100000 |
Color Harmonies of #4D980D
Complementary color
Monochromatic Colors of #4D980D
Black with #4D980D
Text Example
Text Example
White with #4D980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D980D; }
p { color: rgb(77,152,13); }
H1.HeaderClassName
{
color: #4D980D;
}
.AnyTagClassName
{
color: #4D980D;
}
</style>
background-color css
<style>
a { background-color: #4D980D; }
a { background-color: rgb(77,152,13); }
div.DivClassName
{
background-color: #4D980D;
}
.BgClassName
{
background-color: #4D980D;
}
</style>
border-color css
<style>
span { border-color: #4D980D; }
span { border-color: rgb(77,152,13); }
td.TdClassName
{
border-color: #4D980D;
}
.TagClassName
{
border-color: #4D980D;
}
</style>