Shades of Limeade #4D901B
Tints of Limeade #4D901B
RGB
CMYK
RGB Variations
Color information
#4D901B (or 0x4D901B) is known color: Limeade. HEX triplet: 4D, 90 and 1B. RGB value is (77,144,27). Sum of RGB (Red+Green+Blue) = 77+144+27=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #4D901B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D901B is #B26FE4. Grayscale: #6F6F6F. Windows color (decimal): -11694053 or 1806413. OLE color: 1806413.
HSL color Cylindrical-coordinate representation of color #4D901B: hue angle of 94.36º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D901B is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 27 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.44 |
| HSL | 94.36º | 0.68% | 0.34% | - |
| HSV(B) | 94.36º | 0.81% | 0.56% | - |
| XYZ | 13.23 | 21.6 | 4.51 | - |
| YUV | 110.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 27 | 0.47 | 0 | 0.81 | 0.44 | 94.36 | 0.68 | 0.34 |
| Hex | 4D | 90 | 1B | 2F | 0 | 51 | 2C | 5E | 44 | 22 |
| Octal | 115 | 220 | 33 | 57 | 0 | 121 | 54 | 136 | 104 | 42 |
| Binary | 1001101 | 10010000 | 11011 | 101111 | 0 | 1010001 | 101100 | 1011110 | 1000100 | 100010 |
Color Harmonies of #4D901B
Complementary color
Monochromatic Colors of #4D901B
Black with #4D901B
Text Example
Text Example
White with #4D901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D901B; }
p { color: rgb(77,144,27); }
H1.HeaderClassName
{
color: #4D901B;
}
.AnyTagClassName
{
color: #4D901B;
}
</style>
background-color css
<style>
a { background-color: #4D901B; }
a { background-color: rgb(77,144,27); }
div.DivClassName
{
background-color: #4D901B;
}
.BgClassName
{
background-color: #4D901B;
}
</style>
border-color css
<style>
span { border-color: #4D901B; }
span { border-color: rgb(77,144,27); }
td.TdClassName
{
border-color: #4D901B;
}
.TagClassName
{
border-color: #4D901B;
}
</style>