Shades of Limeade #4F9914
Tints of Limeade #4F9914
RGB
CMYK
RGB Variations
Color information
#4F9914 (or 0x4F9914) is known color: Limeade. HEX triplet: 4F, 99 and 14. RGB value is (79,153,20). Sum of RGB (Red+Green+Blue) = 79+153+20=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9914 is #B066EB. Grayscale: #747474. Windows color (decimal): -11560684 or 1349967. OLE color: 1349967.
HSL color Cylindrical-coordinate representation of color #4F9914: hue angle of 93.38º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F9914 is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 153 | 20 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.4 |
| HSL | 93.38º | 0.77% | 0.34% | - |
| HSV(B) | 93.38º | 0.87% | 0.6% | - |
| XYZ | 14.74 | 24.5 | 4.61 | - |
| YUV | 115.71 | 73.98 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 20 | 0.48 | 0 | 0.87 | 0.4 | 93.38 | 0.77 | 0.34 |
| Hex | 4F | 99 | 14 | 30 | 0 | 57 | 28 | 5D | 4D | 22 |
| Octal | 117 | 231 | 24 | 60 | 0 | 127 | 50 | 135 | 115 | 42 |
| Binary | 1001111 | 10011001 | 10100 | 110000 | 0 | 1010111 | 101000 | 1011101 | 1001101 | 100010 |
Color Harmonies of #4F9914
Complementary color
Monochromatic Colors of #4F9914
Black with #4F9914
Text Example
Text Example
White with #4F9914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9914; }
p { color: rgb(79,153,20); }
H1.HeaderClassName
{
color: #4F9914;
}
.AnyTagClassName
{
color: #4F9914;
}
</style>
background-color css
<style>
a { background-color: #4F9914; }
a { background-color: rgb(79,153,20); }
div.DivClassName
{
background-color: #4F9914;
}
.BgClassName
{
background-color: #4F9914;
}
</style>
border-color css
<style>
span { border-color: #4F9914; }
span { border-color: rgb(79,153,20); }
td.TdClassName
{
border-color: #4F9914;
}
.TagClassName
{
border-color: #4F9914;
}
</style>