Shades of Limeade #4D9C1C
Tints of Limeade #4D9C1C
RGB
CMYK
RGB Variations
Color information
#4D9C1C (or 0x4D9C1C) is known color: Limeade. HEX triplet: 4D, 9C and 1C. RGB value is (77,156,28). Sum of RGB (Red+Green+Blue) = 77+156+28=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 156 (61.33% from 255 or 59.77% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9C1C is #B263E3. Grayscale: #767676. Windows color (decimal): -11690980 or 1875021. OLE color: 1875021.
HSL color Cylindrical-coordinate representation of color #4D9C1C: hue angle of 97.03º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D9C1C is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 156 | 28 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.39 |
| HSL | 97.03º | 0.7% | 0.36% | - |
| HSV(B) | 97.03º | 0.82% | 0.61% | - |
| XYZ | 15.16 | 25.44 | 5.21 | - |
| YUV | 117.79 | 77.33 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 28 | 0.51 | 0 | 0.82 | 0.39 | 97.03 | 0.7 | 0.36 |
| Hex | 4D | 9C | 1C | 33 | 0 | 52 | 27 | 61 | 46 | 24 |
| Octal | 115 | 234 | 34 | 63 | 0 | 122 | 47 | 141 | 106 | 44 |
| Binary | 1001101 | 10011100 | 11100 | 110011 | 0 | 1010010 | 100111 | 1100001 | 1000110 | 100100 |
Color Harmonies of #4D9C1C
Complementary color
Monochromatic Colors of #4D9C1C
Black with #4D9C1C
Text Example
Text Example
White with #4D9C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9C1C; }
p { color: rgb(77,156,28); }
H1.HeaderClassName
{
color: #4D9C1C;
}
.AnyTagClassName
{
color: #4D9C1C;
}
</style>
background-color css
<style>
a { background-color: #4D9C1C; }
a { background-color: rgb(77,156,28); }
div.DivClassName
{
background-color: #4D9C1C;
}
.BgClassName
{
background-color: #4D9C1C;
}
</style>
border-color css
<style>
span { border-color: #4D9C1C; }
span { border-color: rgb(77,156,28); }
td.TdClassName
{
border-color: #4D9C1C;
}
.TagClassName
{
border-color: #4D9C1C;
}
</style>