Shades of Limeade #4F930E
Tints of Limeade #4F930E
RGB
CMYK
RGB Variations
Color information
#4F930E (or 0x4F930E) is known color: Limeade. HEX triplet: 4F, 93 and 0E. RGB value is (79,147,14). Sum of RGB (Red+Green+Blue) = 79+147+14=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #4F930E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F930E is #B06CF1. Grayscale: #6F6F6F. Windows color (decimal): -11562226 or 955215. OLE color: 955215.
HSL color Cylindrical-coordinate representation of color #4F930E: hue angle of 90.68º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F930E is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 147 | 14 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.42 |
| HSL | 90.68º | 0.83% | 0.32% | - |
| HSV(B) | 90.68º | 0.9% | 0.58% | - |
| XYZ | 13.74 | 22.56 | 4.05 | - |
| YUV | 111.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 147 | 14 | 0.46 | 0 | 0.90 | 0.42 | 90.68 | 0.83 | 0.32 |
| Hex | 4F | 93 | E | 2E | 0 | 5A | 2A | 5B | 53 | 20 |
| Octal | 117 | 223 | 16 | 56 | 0 | 132 | 52 | 133 | 123 | 40 |
| Binary | 1001111 | 10010011 | 1110 | 101110 | 0 | 1011010 | 101010 | 1011011 | 1010011 | 100000 |
Color Harmonies of #4F930E
Complementary color
Monochromatic Colors of #4F930E
Black with #4F930E
Text Example
Text Example
White with #4F930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F930E; }
p { color: rgb(79,147,14); }
H1.HeaderClassName
{
color: #4F930E;
}
.AnyTagClassName
{
color: #4F930E;
}
</style>
background-color css
<style>
a { background-color: #4F930E; }
a { background-color: rgb(79,147,14); }
div.DivClassName
{
background-color: #4F930E;
}
.BgClassName
{
background-color: #4F930E;
}
</style>
border-color css
<style>
span { border-color: #4F930E; }
span { border-color: rgb(79,147,14); }
td.TdClassName
{
border-color: #4F930E;
}
.TagClassName
{
border-color: #4F930E;
}
</style>