Shades of Limeade #4D991F
Tints of Limeade #4D991F
RGB
CMYK
RGB Variations
Color information
#4D991F (or 0x4D991F) is known color: Limeade. HEX triplet: 4D, 99 and 1F. RGB value is (77,153,31). Sum of RGB (Red+Green+Blue) = 77+153+31=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #4D991F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D991F is #B266E0. Grayscale: #747474. Windows color (decimal): -11691745 or 2070861. OLE color: 2070861.
HSL color Cylindrical-coordinate representation of color #4D991F: hue angle of 97.38º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D991F is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 31 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.4 |
| HSL | 97.38º | 0.66% | 0.36% | - |
| HSV(B) | 97.38º | 0.8% | 0.6% | - |
| XYZ | 14.7 | 24.46 | 5.24 | - |
| YUV | 116.37 | 79.82 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 31 | 0.50 | 0 | 0.80 | 0.4 | 97.38 | 0.66 | 0.36 |
| Hex | 4D | 99 | 1F | 32 | 0 | 50 | 28 | 61 | 42 | 24 |
| Octal | 115 | 231 | 37 | 62 | 0 | 120 | 50 | 141 | 102 | 44 |
| Binary | 1001101 | 10011001 | 11111 | 110010 | 0 | 1010000 | 101000 | 1100001 | 1000010 | 100100 |
Color Harmonies of #4D991F
Complementary color
Monochromatic Colors of #4D991F
Black with #4D991F
Text Example
Text Example
White with #4D991F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D991F; }
p { color: rgb(77,153,31); }
H1.HeaderClassName
{
color: #4D991F;
}
.AnyTagClassName
{
color: #4D991F;
}
</style>
background-color css
<style>
a { background-color: #4D991F; }
a { background-color: rgb(77,153,31); }
div.DivClassName
{
background-color: #4D991F;
}
.BgClassName
{
background-color: #4D991F;
}
</style>
border-color css
<style>
span { border-color: #4D991F; }
span { border-color: rgb(77,153,31); }
td.TdClassName
{
border-color: #4D991F;
}
.TagClassName
{
border-color: #4D991F;
}
</style>