Shades of Limeade #4D9C12
Tints of Limeade #4D9C12
RGB
CMYK
RGB Variations
Color information
#4D9C12 (or 0x4D9C12) is known color: Limeade. HEX triplet: 4D, 9C and 12. RGB value is (77,156,18). Sum of RGB (Red+Green+Blue) = 77+156+18=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 156 (61.33% from 255 or 62.15% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9C12 is #B263ED. Grayscale: #757575. Windows color (decimal): -11690990 or 1219661. OLE color: 1219661.
HSL color Cylindrical-coordinate representation of color #4D9C12: hue angle of 94.35º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D9C12 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 156 | 18 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.39 |
| HSL | 94.35º | 0.79% | 0.34% | - |
| HSV(B) | 94.35º | 0.88% | 0.61% | - |
| XYZ | 15.06 | 25.4 | 4.68 | - |
| YUV | 116.65 | 72.33 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 18 | 0.51 | 0 | 0.88 | 0.39 | 94.35 | 0.79 | 0.34 |
| Hex | 4D | 9C | 12 | 33 | 0 | 58 | 27 | 5E | 4F | 22 |
| Octal | 115 | 234 | 22 | 63 | 0 | 130 | 47 | 136 | 117 | 42 |
| Binary | 1001101 | 10011100 | 10010 | 110011 | 0 | 1011000 | 100111 | 1011110 | 1001111 | 100010 |
Color Harmonies of #4D9C12
Complementary color
Monochromatic Colors of #4D9C12
Black with #4D9C12
Text Example
Text Example
White with #4D9C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9C12; }
p { color: rgb(77,156,18); }
H1.HeaderClassName
{
color: #4D9C12;
}
.AnyTagClassName
{
color: #4D9C12;
}
</style>
background-color css
<style>
a { background-color: #4D9C12; }
a { background-color: rgb(77,156,18); }
div.DivClassName
{
background-color: #4D9C12;
}
.BgClassName
{
background-color: #4D9C12;
}
</style>
border-color css
<style>
span { border-color: #4D9C12; }
span { border-color: rgb(77,156,18); }
td.TdClassName
{
border-color: #4D9C12;
}
.TagClassName
{
border-color: #4D9C12;
}
</style>