Shades of Limeade #4FA120
Tints of Limeade #4FA120
RGB
CMYK
RGB Variations
Color information
#4FA120 (or 0x4FA120) is known color: Limeade. HEX triplet: 4F, A1 and 20. RGB value is (79,161,32). Sum of RGB (Red+Green+Blue) = 79+161+32=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA120 is #B05EDF. Grayscale: #7A7A7A. Windows color (decimal): -11558624 or 2138447. OLE color: 2138447.
HSL color Cylindrical-coordinate representation of color #4FA120: hue angle of 98.14º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4FA120 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 32 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.37 |
| HSL | 98.14º | 0.67% | 0.38% | - |
| HSV(B) | 98.14º | 0.8% | 0.63% | - |
| XYZ | 16.23 | 27.26 | 5.77 | - |
| YUV | 121.78 | 77.33 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 32 | 0.51 | 0 | 0.80 | 0.37 | 98.14 | 0.67 | 0.38 |
| Hex | 4F | A1 | 20 | 33 | 0 | 50 | 25 | 62 | 43 | 26 |
| Octal | 117 | 241 | 40 | 63 | 0 | 120 | 45 | 142 | 103 | 46 |
| Binary | 1001111 | 10100001 | 100000 | 110011 | 0 | 1010000 | 100101 | 1100010 | 1000011 | 100110 |
Color Harmonies of #4FA120
Complementary color
Monochromatic Colors of #4FA120
Black with #4FA120
Text Example
Text Example
White with #4FA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA120; }
p { color: rgb(79,161,32); }
H1.HeaderClassName
{
color: #4FA120;
}
.AnyTagClassName
{
color: #4FA120;
}
</style>
background-color css
<style>
a { background-color: #4FA120; }
a { background-color: rgb(79,161,32); }
div.DivClassName
{
background-color: #4FA120;
}
.BgClassName
{
background-color: #4FA120;
}
</style>
border-color css
<style>
span { border-color: #4FA120; }
span { border-color: rgb(79,161,32); }
td.TdClassName
{
border-color: #4FA120;
}
.TagClassName
{
border-color: #4FA120;
}
</style>