Shades of Limeade #4F9929
Tints of Limeade #4F9929
RGB
CMYK
RGB Variations
Color information
#4F9929 (or 0x4F9929) is known color: Limeade. HEX triplet: 4F, 99 and 29. RGB value is (79,153,41). Sum of RGB (Red+Green+Blue) = 79+153+41=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9929 is #B066D6. Grayscale: #767676. Windows color (decimal): -11560663 or 2726223. OLE color: 2726223.
HSL color Cylindrical-coordinate representation of color #4F9929: hue angle of 99.64º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F9929 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 153 | 41 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.4 |
| HSL | 99.64º | 0.58% | 0.38% | - |
| HSV(B) | 99.64º | 0.73% | 0.6% | - |
| XYZ | 15.02 | 24.6 | 6.06 | - |
| YUV | 118.11 | 84.48 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 41 | 0.48 | 0 | 0.73 | 0.4 | 99.64 | 0.58 | 0.38 |
| Hex | 4F | 99 | 29 | 30 | 0 | 49 | 28 | 64 | 3A | 26 |
| Octal | 117 | 231 | 51 | 60 | 0 | 111 | 50 | 144 | 72 | 46 |
| Binary | 1001111 | 10011001 | 101001 | 110000 | 0 | 1001001 | 101000 | 1100100 | 111010 | 100110 |
Color Harmonies of #4F9929
Complementary color
Monochromatic Colors of #4F9929
Black with #4F9929
Text Example
Text Example
White with #4F9929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9929; }
p { color: rgb(79,153,41); }
H1.HeaderClassName
{
color: #4F9929;
}
.AnyTagClassName
{
color: #4F9929;
}
</style>
background-color css
<style>
a { background-color: #4F9929; }
a { background-color: rgb(79,153,41); }
div.DivClassName
{
background-color: #4F9929;
}
.BgClassName
{
background-color: #4F9929;
}
</style>
border-color css
<style>
span { border-color: #4F9929; }
span { border-color: rgb(79,153,41); }
td.TdClassName
{
border-color: #4F9929;
}
.TagClassName
{
border-color: #4F9929;
}
</style>