Shades of Limeade #4FA229
Tints of Limeade #4FA229
RGB
CMYK
RGB Variations
Color information
#4FA229 (or 0x4FA229) is known color: Limeade. HEX triplet: 4F, A2 and 29. RGB value is (79,162,41). Sum of RGB (Red+Green+Blue) = 79+162+41=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA229 is #B05DD6. Grayscale: #7B7B7B. Windows color (decimal): -11558359 or 2728527. OLE color: 2728527.
HSL color Cylindrical-coordinate representation of color #4FA229: hue angle of 101.16º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FA229 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 41 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.36 |
| HSL | 101.16º | 0.6% | 0.4% | - |
| HSV(B) | 101.16º | 0.75% | 0.64% | - |
| XYZ | 16.55 | 27.66 | 6.57 | - |
| YUV | 123.39 | 81.5 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 41 | 0.51 | 0 | 0.75 | 0.36 | 101.16 | 0.6 | 0.4 |
| Hex | 4F | A2 | 29 | 33 | 0 | 4B | 24 | 65 | 3C | 28 |
| Octal | 117 | 242 | 51 | 63 | 0 | 113 | 44 | 145 | 74 | 50 |
| Binary | 1001111 | 10100010 | 101001 | 110011 | 0 | 1001011 | 100100 | 1100101 | 111100 | 101000 |
Color Harmonies of #4FA229
Complementary color
Monochromatic Colors of #4FA229
Black with #4FA229
Text Example
Text Example
White with #4FA229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA229; }
p { color: rgb(79,162,41); }
H1.HeaderClassName
{
color: #4FA229;
}
.AnyTagClassName
{
color: #4FA229;
}
</style>
background-color css
<style>
a { background-color: #4FA229; }
a { background-color: rgb(79,162,41); }
div.DivClassName
{
background-color: #4FA229;
}
.BgClassName
{
background-color: #4FA229;
}
</style>
border-color css
<style>
span { border-color: #4FA229; }
span { border-color: rgb(79,162,41); }
td.TdClassName
{
border-color: #4FA229;
}
.TagClassName
{
border-color: #4FA229;
}
</style>