Shades of Limeade #4FA021
Tints of Limeade #4FA021
RGB
CMYK
RGB Variations
Color information
#4FA021 (or 0x4FA021) is known color: Limeade. HEX triplet: 4F, A0 and 21. RGB value is (79,160,33). Sum of RGB (Red+Green+Blue) = 79+160+33=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA021 is #B05FDE. Grayscale: #797979. Windows color (decimal): -11558879 or 2203727. OLE color: 2203727.
HSL color Cylindrical-coordinate representation of color #4FA021: hue angle of 98.27º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FA021 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 33 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.37 |
| HSL | 98.27º | 0.66% | 0.38% | - |
| HSV(B) | 98.27º | 0.79% | 0.63% | - |
| XYZ | 16.07 | 26.91 | 5.79 | - |
| YUV | 121.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 33 | 0.51 | 0 | 0.79 | 0.37 | 98.27 | 0.66 | 0.38 |
| Hex | 4F | A0 | 21 | 33 | 0 | 4F | 25 | 62 | 42 | 26 |
| Octal | 117 | 240 | 41 | 63 | 0 | 117 | 45 | 142 | 102 | 46 |
| Binary | 1001111 | 10100000 | 100001 | 110011 | 0 | 1001111 | 100101 | 1100010 | 1000010 | 100110 |
Color Harmonies of #4FA021
Complementary color
Monochromatic Colors of #4FA021
Black with #4FA021
Text Example
Text Example
White with #4FA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA021; }
p { color: rgb(79,160,33); }
H1.HeaderClassName
{
color: #4FA021;
}
.AnyTagClassName
{
color: #4FA021;
}
</style>
background-color css
<style>
a { background-color: #4FA021; }
a { background-color: rgb(79,160,33); }
div.DivClassName
{
background-color: #4FA021;
}
.BgClassName
{
background-color: #4FA021;
}
</style>
border-color css
<style>
span { border-color: #4FA021; }
span { border-color: rgb(79,160,33); }
td.TdClassName
{
border-color: #4FA021;
}
.TagClassName
{
border-color: #4FA021;
}
</style>