Shades of Limeade #4D9F1D
Tints of Limeade #4D9F1D
RGB
CMYK
RGB Variations
Color information
#4D9F1D (or 0x4D9F1D) is known color: Limeade. HEX triplet: 4D, 9F and 1D. RGB value is (77,159,29). Sum of RGB (Red+Green+Blue) = 77+159+29=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 159 (62.5% from 255 or 60% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9F1D is #B260E2. Grayscale: #787878. Windows color (decimal): -11690211 or 1941325. OLE color: 1941325.
HSL color Cylindrical-coordinate representation of color #4D9F1D: hue angle of 97.85º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D9F1D is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 159 | 29 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.38 |
| HSL | 97.85º | 0.69% | 0.37% | - |
| HSV(B) | 97.85º | 0.82% | 0.62% | - |
| XYZ | 15.68 | 26.46 | 5.44 | - |
| YUV | 119.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 29 | 0.52 | 0 | 0.82 | 0.38 | 97.85 | 0.69 | 0.37 |
| Hex | 4D | 9F | 1D | 34 | 0 | 52 | 26 | 62 | 45 | 25 |
| Octal | 115 | 237 | 35 | 64 | 0 | 122 | 46 | 142 | 105 | 45 |
| Binary | 1001101 | 10011111 | 11101 | 110100 | 0 | 1010010 | 100110 | 1100010 | 1000101 | 100101 |
Color Harmonies of #4D9F1D
Complementary color
Monochromatic Colors of #4D9F1D
Black with #4D9F1D
Text Example
Text Example
White with #4D9F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9F1D; }
p { color: rgb(77,159,29); }
H1.HeaderClassName
{
color: #4D9F1D;
}
.AnyTagClassName
{
color: #4D9F1D;
}
</style>
background-color css
<style>
a { background-color: #4D9F1D; }
a { background-color: rgb(77,159,29); }
div.DivClassName
{
background-color: #4D9F1D;
}
.BgClassName
{
background-color: #4D9F1D;
}
</style>
border-color css
<style>
span { border-color: #4D9F1D; }
span { border-color: rgb(77,159,29); }
td.TdClassName
{
border-color: #4D9F1D;
}
.TagClassName
{
border-color: #4D9F1D;
}
</style>