Shades of Limeade #4FA222
Tints of Limeade #4FA222
RGB
CMYK
RGB Variations
Color information
#4FA222 (or 0x4FA222) is known color: Limeade. HEX triplet: 4F, A2 and 22. RGB value is (79,162,34). Sum of RGB (Red+Green+Blue) = 79+162+34=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA222 is #B05DDD. Grayscale: #7B7B7B. Windows color (decimal): -11558366 or 2269775. OLE color: 2269775.
HSL color Cylindrical-coordinate representation of color #4FA222: hue angle of 98.91º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FA222 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 34 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.36 |
| HSL | 98.91º | 0.65% | 0.38% | - |
| HSV(B) | 98.91º | 0.79% | 0.64% | - |
| XYZ | 16.43 | 27.62 | 5.98 | - |
| YUV | 122.59 | 78 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 34 | 0.51 | 0 | 0.79 | 0.36 | 98.91 | 0.65 | 0.38 |
| Hex | 4F | A2 | 22 | 33 | 0 | 4F | 24 | 63 | 41 | 26 |
| Octal | 117 | 242 | 42 | 63 | 0 | 117 | 44 | 143 | 101 | 46 |
| Binary | 1001111 | 10100010 | 100010 | 110011 | 0 | 1001111 | 100100 | 1100011 | 1000001 | 100110 |
Color Harmonies of #4FA222
Complementary color
Monochromatic Colors of #4FA222
Black with #4FA222
Text Example
Text Example
White with #4FA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA222; }
p { color: rgb(79,162,34); }
H1.HeaderClassName
{
color: #4FA222;
}
.AnyTagClassName
{
color: #4FA222;
}
</style>
background-color css
<style>
a { background-color: #4FA222; }
a { background-color: rgb(79,162,34); }
div.DivClassName
{
background-color: #4FA222;
}
.BgClassName
{
background-color: #4FA222;
}
</style>
border-color css
<style>
span { border-color: #4FA222; }
span { border-color: rgb(79,162,34); }
td.TdClassName
{
border-color: #4FA222;
}
.TagClassName
{
border-color: #4FA222;
}
</style>