Shades of Limeade #4D950D
Tints of Limeade #4D950D
RGB
CMYK
RGB Variations
Color information
#4D950D (or 0x4D950D) is known color: Limeade. HEX triplet: 4D, 95 and 0D. RGB value is (77,149,13). Sum of RGB (Red+Green+Blue) = 77+149+13=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #4D950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D950D is #B26AF2. Grayscale: #707070. Windows color (decimal): -11692787 or 890189. OLE color: 890189.
HSL color Cylindrical-coordinate representation of color #4D950D: hue angle of 91.76º degrees, saturation: 0.84, 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 #4D950D is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 13 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.42 |
| HSL | 91.76º | 0.84% | 0.32% | - |
| HSV(B) | 91.76º | 0.91% | 0.58% | - |
| XYZ | 13.88 | 23.1 | 4.11 | - |
| YUV | 111.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 13 | 0.48 | 0 | 0.91 | 0.42 | 91.76 | 0.84 | 0.32 |
| Hex | 4D | 95 | D | 30 | 0 | 5B | 2A | 5C | 54 | 20 |
| Octal | 115 | 225 | 15 | 60 | 0 | 133 | 52 | 134 | 124 | 40 |
| Binary | 1001101 | 10010101 | 1101 | 110000 | 0 | 1011011 | 101010 | 1011100 | 1010100 | 100000 |
Color Harmonies of #4D950D
Complementary color
Monochromatic Colors of #4D950D
Black with #4D950D
Text Example
Text Example
White with #4D950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D950D; }
p { color: rgb(77,149,13); }
H1.HeaderClassName
{
color: #4D950D;
}
.AnyTagClassName
{
color: #4D950D;
}
</style>
background-color css
<style>
a { background-color: #4D950D; }
a { background-color: rgb(77,149,13); }
div.DivClassName
{
background-color: #4D950D;
}
.BgClassName
{
background-color: #4D950D;
}
</style>
border-color css
<style>
span { border-color: #4D950D; }
span { border-color: rgb(77,149,13); }
td.TdClassName
{
border-color: #4D950D;
}
.TagClassName
{
border-color: #4D950D;
}
</style>