Shades of Limeade #4D9812
Tints of Limeade #4D9812
RGB
CMYK
RGB Variations
Color information
#4D9812 (or 0x4D9812) is known color: Limeade. HEX triplet: 4D, 98 and 12. RGB value is (77,152,18). Sum of RGB (Red+Green+Blue) = 77+152+18=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9812 is #B267ED. Grayscale: #727272. Windows color (decimal): -11692014 or 1218637. OLE color: 1218637.
HSL color Cylindrical-coordinate representation of color #4D9812: hue angle of 93.58º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D9812 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 18 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.40 |
| HSL | 93.58º | 0.79% | 0.33% | - |
| HSV(B) | 93.58º | 0.88% | 0.6% | - |
| XYZ | 14.4 | 24.08 | 4.46 | - |
| YUV | 114.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 18 | 0.49 | 0 | 0.88 | 0.40 | 93.58 | 0.79 | 0.33 |
| Hex | 4D | 98 | 12 | 31 | 0 | 58 | 28 | 5E | 4F | 21 |
| Octal | 115 | 230 | 22 | 61 | 0 | 130 | 50 | 136 | 117 | 41 |
| Binary | 1001101 | 10011000 | 10010 | 110001 | 0 | 1011000 | 101000 | 1011110 | 1001111 | 100001 |
Color Harmonies of #4D9812
Complementary color
Monochromatic Colors of #4D9812
Black with #4D9812
Text Example
Text Example
White with #4D9812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9812; }
p { color: rgb(77,152,18); }
H1.HeaderClassName
{
color: #4D9812;
}
.AnyTagClassName
{
color: #4D9812;
}
</style>
background-color css
<style>
a { background-color: #4D9812; }
a { background-color: rgb(77,152,18); }
div.DivClassName
{
background-color: #4D9812;
}
.BgClassName
{
background-color: #4D9812;
}
</style>
border-color css
<style>
span { border-color: #4D9812; }
span { border-color: rgb(77,152,18); }
td.TdClassName
{
border-color: #4D9812;
}
.TagClassName
{
border-color: #4D9812;
}
</style>