Shades of Limeade #4F911D
Tints of Limeade #4F911D
RGB
CMYK
RGB Variations
Color information
#4F911D (or 0x4F911D) is known color: Limeade. HEX triplet: 4F, 91 and 1D. RGB value is (79,145,29). Sum of RGB (Red+Green+Blue) = 79+145+29=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #4F911D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F911D is #B06EE2. Grayscale: #707070. Windows color (decimal): -11562723 or 1937743. OLE color: 1937743.
HSL color Cylindrical-coordinate representation of color #4F911D: hue angle of 94.14º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F911D is Cyan = 0.46, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 29 | - |
| CMYK | 0.46 | 0 | 0.8 | 0.43 |
| HSL | 94.14º | 0.67% | 0.34% | - |
| HSV(B) | 94.14º | 0.8% | 0.57% | - |
| XYZ | 13.57 | 22 | 4.69 | - |
| YUV | 112.04 | 81.13 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 29 | 0.46 | 0 | 0.8 | 0.43 | 94.14 | 0.67 | 0.34 |
| Hex | 4F | 91 | 1D | 2E | 0 | 50 | 2B | 5E | 43 | 22 |
| Octal | 117 | 221 | 35 | 56 | 0 | 120 | 53 | 136 | 103 | 42 |
| Binary | 1001111 | 10010001 | 11101 | 101110 | 0 | 1010000 | 101011 | 1011110 | 1000011 | 100010 |
Color Harmonies of #4F911D
Complementary color
Monochromatic Colors of #4F911D
Black with #4F911D
Text Example
Text Example
White with #4F911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F911D; }
p { color: rgb(79,145,29); }
H1.HeaderClassName
{
color: #4F911D;
}
.AnyTagClassName
{
color: #4F911D;
}
</style>
background-color css
<style>
a { background-color: #4F911D; }
a { background-color: rgb(79,145,29); }
div.DivClassName
{
background-color: #4F911D;
}
.BgClassName
{
background-color: #4F911D;
}
</style>
border-color css
<style>
span { border-color: #4F911D; }
span { border-color: rgb(79,145,29); }
td.TdClassName
{
border-color: #4F911D;
}
.TagClassName
{
border-color: #4F911D;
}
</style>