Shades of Limeade #4D9B1D
Tints of Limeade #4D9B1D
RGB
CMYK
RGB Variations
Color information
#4D9B1D (or 0x4D9B1D) is known color: Limeade. HEX triplet: 4D, 9B and 1D. RGB value is (77,155,29). Sum of RGB (Red+Green+Blue) = 77+155+29=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 155 (60.94% from 255 or 59.39% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9B1D is #B264E2. Grayscale: #757575. Windows color (decimal): -11691235 or 1940301. OLE color: 1940301.
HSL color Cylindrical-coordinate representation of color #4D9B1D: hue angle of 97.14º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D9B1D is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 29 | - |
| CMYK | 0.50 | 0 | 0.81 | 0.39 |
| HSL | 97.14º | 0.68% | 0.36% | - |
| HSV(B) | 97.14º | 0.81% | 0.61% | - |
| XYZ | 15 | 25.11 | 5.22 | - |
| YUV | 117.31 | 78.16 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 29 | 0.50 | 0 | 0.81 | 0.39 | 97.14 | 0.68 | 0.36 |
| Hex | 4D | 9B | 1D | 32 | 0 | 51 | 27 | 61 | 44 | 24 |
| Octal | 115 | 233 | 35 | 62 | 0 | 121 | 47 | 141 | 104 | 44 |
| Binary | 1001101 | 10011011 | 11101 | 110010 | 0 | 1010001 | 100111 | 1100001 | 1000100 | 100100 |
Color Harmonies of #4D9B1D
Complementary color
Monochromatic Colors of #4D9B1D
Black with #4D9B1D
Text Example
Text Example
White with #4D9B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B1D; }
p { color: rgb(77,155,29); }
H1.HeaderClassName
{
color: #4D9B1D;
}
.AnyTagClassName
{
color: #4D9B1D;
}
</style>
background-color css
<style>
a { background-color: #4D9B1D; }
a { background-color: rgb(77,155,29); }
div.DivClassName
{
background-color: #4D9B1D;
}
.BgClassName
{
background-color: #4D9B1D;
}
</style>
border-color css
<style>
span { border-color: #4D9B1D; }
span { border-color: rgb(77,155,29); }
td.TdClassName
{
border-color: #4D9B1D;
}
.TagClassName
{
border-color: #4D9B1D;
}
</style>