Shades of Limeade #4F9F11
Tints of Limeade #4F9F11
RGB
CMYK
RGB Variations
Color information
#4F9F11 (or 0x4F9F11) is known color: Limeade. HEX triplet: 4F, 9F and 11. RGB value is (79,159,17). Sum of RGB (Red+Green+Blue) = 79+159+17=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 159 (62.5% from 255 or 62.35% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9F11 is #B060EE. Grayscale: #777777. Windows color (decimal): -11559151 or 1154895. OLE color: 1154895.
HSL color Cylindrical-coordinate representation of color #4F9F11: hue angle of 93.8º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F9F11 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 17 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.38 |
| HSL | 93.8º | 0.81% | 0.35% | - |
| HSV(B) | 93.8º | 0.89% | 0.62% | - |
| XYZ | 15.72 | 26.5 | 4.82 | - |
| YUV | 118.89 | 70.5 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 17 | 0.50 | 0 | 0.89 | 0.38 | 93.8 | 0.81 | 0.35 |
| Hex | 4F | 9F | 11 | 32 | 0 | 59 | 26 | 5E | 51 | 23 |
| Octal | 117 | 237 | 21 | 62 | 0 | 131 | 46 | 136 | 121 | 43 |
| Binary | 1001111 | 10011111 | 10001 | 110010 | 0 | 1011001 | 100110 | 1011110 | 1010001 | 100011 |
Color Harmonies of #4F9F11
Complementary color
Monochromatic Colors of #4F9F11
Black with #4F9F11
Text Example
Text Example
White with #4F9F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F11; }
p { color: rgb(79,159,17); }
H1.HeaderClassName
{
color: #4F9F11;
}
.AnyTagClassName
{
color: #4F9F11;
}
</style>
background-color css
<style>
a { background-color: #4F9F11; }
a { background-color: rgb(79,159,17); }
div.DivClassName
{
background-color: #4F9F11;
}
.BgClassName
{
background-color: #4F9F11;
}
</style>
border-color css
<style>
span { border-color: #4F9F11; }
span { border-color: rgb(79,159,17); }
td.TdClassName
{
border-color: #4F9F11;
}
.TagClassName
{
border-color: #4F9F11;
}
</style>