Shades of Limeade #4FA020
Tints of Limeade #4FA020
RGB
CMYK
RGB Variations
Color information
#4FA020 (or 0x4FA020) is known color: Limeade. HEX triplet: 4F, A0 and 20. RGB value is (79,160,32). Sum of RGB (Red+Green+Blue) = 79+160+32=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA020 is #B05FDF. Grayscale: #797979. Windows color (decimal): -11558880 or 2138191. OLE color: 2138191.
HSL color Cylindrical-coordinate representation of color #4FA020: hue angle of 97.97º 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 #4FA020 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 32 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.37 |
| HSL | 97.97º | 0.67% | 0.38% | - |
| HSV(B) | 97.97º | 0.8% | 0.63% | - |
| XYZ | 16.06 | 26.91 | 5.71 | - |
| YUV | 121.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 32 | 0.51 | 0 | 0.80 | 0.37 | 97.97 | 0.67 | 0.38 |
| Hex | 4F | A0 | 20 | 33 | 0 | 50 | 25 | 62 | 43 | 26 |
| Octal | 117 | 240 | 40 | 63 | 0 | 120 | 45 | 142 | 103 | 46 |
| Binary | 1001111 | 10100000 | 100000 | 110011 | 0 | 1010000 | 100101 | 1100010 | 1000011 | 100110 |
Color Harmonies of #4FA020
Complementary color
Monochromatic Colors of #4FA020
Black with #4FA020
Text Example
Text Example
White with #4FA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA020; }
p { color: rgb(79,160,32); }
H1.HeaderClassName
{
color: #4FA020;
}
.AnyTagClassName
{
color: #4FA020;
}
</style>
background-color css
<style>
a { background-color: #4FA020; }
a { background-color: rgb(79,160,32); }
div.DivClassName
{
background-color: #4FA020;
}
.BgClassName
{
background-color: #4FA020;
}
</style>
border-color css
<style>
span { border-color: #4FA020; }
span { border-color: rgb(79,160,32); }
td.TdClassName
{
border-color: #4FA020;
}
.TagClassName
{
border-color: #4FA020;
}
</style>