Shades of Limeade #4D9100
Tints of Limeade #4D9100
RGB
CMYK
RGB Variations
Color information
#4D9100 (or 0x4D9100) is known color: Limeade. HEX triplet: 4D, 91 and 00. RGB value is (77,145,0). Sum of RGB (Red+Green+Blue) = 77+145+0=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9100 is #B26EFF. Grayscale: #6C6C6C. Windows color (decimal): -11693824 or 37197. OLE color: 37197.
HSL color Cylindrical-coordinate representation of color #4D9100: hue angle of 88.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D9100 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.43 |
| HSL | 88.14º | 1% | 0.28% | - |
| HSV(B) | 88.14º | 1% | 0.57% | - |
| XYZ | 13.19 | 21.83 | 3.52 | - |
| YUV | 108.14 | 66.97 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 0 | 0.47 | 0 | 1 | 0.43 | 88.14 | 1 | 0.28 |
| Hex | 4D | 91 | 0 | 2F | 0 | 64 | 2B | 58 | 64 | 1C |
| Octal | 115 | 221 | 0 | 57 | 0 | 144 | 53 | 130 | 144 | 34 |
| Binary | 1001101 | 10010001 | 0 | 101111 | 0 | 1100100 | 101011 | 1011000 | 1100100 | 11100 |
Color Harmonies of #4D9100
Complementary color
Monochromatic Colors of #4D9100
Black with #4D9100
Text Example
Text Example
White with #4D9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9100; }
p { color: rgb(77,145,0); }
H1.HeaderClassName
{
color: #4D9100;
}
.AnyTagClassName
{
color: #4D9100;
}
</style>
background-color css
<style>
a { background-color: #4D9100; }
a { background-color: rgb(77,145,0); }
div.DivClassName
{
background-color: #4D9100;
}
.BgClassName
{
background-color: #4D9100;
}
</style>
border-color css
<style>
span { border-color: #4D9100; }
span { border-color: rgb(77,145,0); }
td.TdClassName
{
border-color: #4D9100;
}
.TagClassName
{
border-color: #4D9100;
}
</style>