Shades of Limeade #4D910B
Tints of Limeade #4D910B
RGB
CMYK
RGB Variations
Color information
#4D910B (or 0x4D910B) is known color: Limeade. HEX triplet: 4D, 91 and 0B. RGB value is (77,145,11). Sum of RGB (Red+Green+Blue) = 77+145+11=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #4D910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D910B is #B26EF4. Grayscale: #6D6D6D. Windows color (decimal): -11693813 or 758093. OLE color: 758093.
HSL color Cylindrical-coordinate representation of color #4D910B: hue angle of 90.45º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D910B is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 11 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.43 |
| HSL | 90.45º | 0.86% | 0.31% | - |
| HSV(B) | 90.45º | 0.92% | 0.57% | - |
| XYZ | 13.25 | 21.85 | 3.84 | - |
| YUV | 109.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 11 | 0.47 | 0 | 0.92 | 0.43 | 90.45 | 0.86 | 0.31 |
| Hex | 4D | 91 | B | 2F | 0 | 5C | 2B | 5A | 56 | 1F |
| Octal | 115 | 221 | 13 | 57 | 0 | 134 | 53 | 132 | 126 | 37 |
| Binary | 1001101 | 10010001 | 1011 | 101111 | 0 | 1011100 | 101011 | 1011010 | 1010110 | 11111 |
Color Harmonies of #4D910B
Complementary color
Monochromatic Colors of #4D910B
Black with #4D910B
Text Example
Text Example
White with #4D910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D910B; }
p { color: rgb(77,145,11); }
H1.HeaderClassName
{
color: #4D910B;
}
.AnyTagClassName
{
color: #4D910B;
}
</style>
background-color css
<style>
a { background-color: #4D910B; }
a { background-color: rgb(77,145,11); }
div.DivClassName
{
background-color: #4D910B;
}
.BgClassName
{
background-color: #4D910B;
}
</style>
border-color css
<style>
span { border-color: #4D910B; }
span { border-color: rgb(77,145,11); }
td.TdClassName
{
border-color: #4D910B;
}
.TagClassName
{
border-color: #4D910B;
}
</style>