Shades of Limeade #4D951F
Tints of Limeade #4D951F
RGB
CMYK
RGB Variations
Color information
#4D951F (or 0x4D951F) is known color: Limeade. HEX triplet: 4D, 95 and 1F. RGB value is (77,149,31). Sum of RGB (Red+Green+Blue) = 77+149+31=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #4D951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D951F is #B26AE0. Grayscale: #727272. Windows color (decimal): -11692769 or 2069837. OLE color: 2069837.
HSL color Cylindrical-coordinate representation of color #4D951F: hue angle of 96.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D951F is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 31 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.42 |
| HSL | 96.61º | 0.66% | 0.35% | - |
| HSV(B) | 96.61º | 0.79% | 0.58% | - |
| XYZ | 14.06 | 23.17 | 5.03 | - |
| YUV | 114.02 | 81.15 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 31 | 0.48 | 0 | 0.79 | 0.42 | 96.61 | 0.66 | 0.35 |
| Hex | 4D | 95 | 1F | 30 | 0 | 4F | 2A | 61 | 42 | 23 |
| Octal | 115 | 225 | 37 | 60 | 0 | 117 | 52 | 141 | 102 | 43 |
| Binary | 1001101 | 10010101 | 11111 | 110000 | 0 | 1001111 | 101010 | 1100001 | 1000010 | 100011 |
Color Harmonies of #4D951F
Complementary color
Monochromatic Colors of #4D951F
Black with #4D951F
Text Example
Text Example
White with #4D951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D951F; }
p { color: rgb(77,149,31); }
H1.HeaderClassName
{
color: #4D951F;
}
.AnyTagClassName
{
color: #4D951F;
}
</style>
background-color css
<style>
a { background-color: #4D951F; }
a { background-color: rgb(77,149,31); }
div.DivClassName
{
background-color: #4D951F;
}
.BgClassName
{
background-color: #4D951F;
}
</style>
border-color css
<style>
span { border-color: #4D951F; }
span { border-color: rgb(77,149,31); }
td.TdClassName
{
border-color: #4D951F;
}
.TagClassName
{
border-color: #4D951F;
}
</style>