Shades of Limeade #4F910F
Tints of Limeade #4F910F
RGB
CMYK
RGB Variations
Color information
#4F910F (or 0x4F910F) is known color: Limeade. HEX triplet: 4F, 91 and 0F. RGB value is (79,145,15). Sum of RGB (Red+Green+Blue) = 79+145+15=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #4F910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F910F is #B06EF0. Grayscale: #6E6E6E. Windows color (decimal): -11562737 or 1020239. OLE color: 1020239.
HSL color Cylindrical-coordinate representation of color #4F910F: hue angle of 90.46º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F910F is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 15 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.43 |
| HSL | 90.46º | 0.81% | 0.31% | - |
| HSV(B) | 90.46º | 0.9% | 0.57% | - |
| XYZ | 13.44 | 21.95 | 3.98 | - |
| YUV | 110.45 | 74.13 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 15 | 0.46 | 0 | 0.90 | 0.43 | 90.46 | 0.81 | 0.31 |
| Hex | 4F | 91 | F | 2E | 0 | 5A | 2B | 5A | 51 | 1F |
| Octal | 117 | 221 | 17 | 56 | 0 | 132 | 53 | 132 | 121 | 37 |
| Binary | 1001111 | 10010001 | 1111 | 101110 | 0 | 1011010 | 101011 | 1011010 | 1010001 | 11111 |
Color Harmonies of #4F910F
Complementary color
Monochromatic Colors of #4F910F
Black with #4F910F
Text Example
Text Example
White with #4F910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F910F; }
p { color: rgb(79,145,15); }
H1.HeaderClassName
{
color: #4F910F;
}
.AnyTagClassName
{
color: #4F910F;
}
</style>
background-color css
<style>
a { background-color: #4F910F; }
a { background-color: rgb(79,145,15); }
div.DivClassName
{
background-color: #4F910F;
}
.BgClassName
{
background-color: #4F910F;
}
</style>
border-color css
<style>
span { border-color: #4F910F; }
span { border-color: rgb(79,145,15); }
td.TdClassName
{
border-color: #4F910F;
}
.TagClassName
{
border-color: #4F910F;
}
</style>