Shades of Limeade #4F9818
Tints of Limeade #4F9818
RGB
CMYK
RGB Variations
Color information
#4F9818 (or 0x4F9818) is known color: Limeade. HEX triplet: 4F, 98 and 18. RGB value is (79,152,24). Sum of RGB (Red+Green+Blue) = 79+152+24=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #4F9818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9818 is #B067E7. Grayscale: #747474. Windows color (decimal): -11560936 or 1611855. OLE color: 1611855.
HSL color Cylindrical-coordinate representation of color #4F9818: hue angle of 94.22º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F9818 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 152 | 24 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.40 |
| HSL | 94.22º | 0.73% | 0.35% | - |
| HSV(B) | 94.22º | 0.84% | 0.6% | - |
| XYZ | 14.62 | 24.18 | 4.76 | - |
| YUV | 115.58 | 76.32 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 152 | 24 | 0.48 | 0 | 0.84 | 0.40 | 94.22 | 0.73 | 0.35 |
| Hex | 4F | 98 | 18 | 30 | 0 | 54 | 28 | 5E | 49 | 23 |
| Octal | 117 | 230 | 30 | 60 | 0 | 124 | 50 | 136 | 111 | 43 |
| Binary | 1001111 | 10011000 | 11000 | 110000 | 0 | 1010100 | 101000 | 1011110 | 1001001 | 100011 |
Color Harmonies of #4F9818
Complementary color
Monochromatic Colors of #4F9818
Black with #4F9818
Text Example
Text Example
White with #4F9818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9818; }
p { color: rgb(79,152,24); }
H1.HeaderClassName
{
color: #4F9818;
}
.AnyTagClassName
{
color: #4F9818;
}
</style>
background-color css
<style>
a { background-color: #4F9818; }
a { background-color: rgb(79,152,24); }
div.DivClassName
{
background-color: #4F9818;
}
.BgClassName
{
background-color: #4F9818;
}
</style>
border-color css
<style>
span { border-color: #4F9818; }
span { border-color: rgb(79,152,24); }
td.TdClassName
{
border-color: #4F9818;
}
.TagClassName
{
border-color: #4F9818;
}
</style>