Shades of Limeade #4F9620
Tints of Limeade #4F9620
RGB
CMYK
RGB Variations
Color information
#4F9620 (or 0x4F9620) is known color: Limeade. HEX triplet: 4F, 96 and 20. RGB value is (79,150,32). Sum of RGB (Red+Green+Blue) = 79+150+32=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #4F9620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9620 is #B069DF. Grayscale: #737373. Windows color (decimal): -11561440 or 2135631. OLE color: 2135631.
HSL color Cylindrical-coordinate representation of color #4F9620: hue angle of 96.1º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F9620 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 150 | 32 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.41 |
| HSL | 96.1º | 0.65% | 0.36% | - |
| HSV(B) | 96.1º | 0.79% | 0.59% | - |
| XYZ | 14.39 | 23.58 | 5.16 | - |
| YUV | 115.32 | 80.98 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 150 | 32 | 0.47 | 0 | 0.79 | 0.41 | 96.1 | 0.65 | 0.36 |
| Hex | 4F | 96 | 20 | 2F | 0 | 4F | 29 | 60 | 41 | 24 |
| Octal | 117 | 226 | 40 | 57 | 0 | 117 | 51 | 140 | 101 | 44 |
| Binary | 1001111 | 10010110 | 100000 | 101111 | 0 | 1001111 | 101001 | 1100000 | 1000001 | 100100 |
Color Harmonies of #4F9620
Complementary color
Monochromatic Colors of #4F9620
Black with #4F9620
Text Example
Text Example
White with #4F9620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9620; }
p { color: rgb(79,150,32); }
H1.HeaderClassName
{
color: #4F9620;
}
.AnyTagClassName
{
color: #4F9620;
}
</style>
background-color css
<style>
a { background-color: #4F9620; }
a { background-color: rgb(79,150,32); }
div.DivClassName
{
background-color: #4F9620;
}
.BgClassName
{
background-color: #4F9620;
}
</style>
border-color css
<style>
span { border-color: #4F9620; }
span { border-color: rgb(79,150,32); }
td.TdClassName
{
border-color: #4F9620;
}
.TagClassName
{
border-color: #4F9620;
}
</style>