Shades of Limeade #4FA02C
Tints of Limeade #4FA02C
RGB
CMYK
RGB Variations
Color information
#4FA02C (or 0x4FA02C) is known color: Limeade. HEX triplet: 4F, A0 and 2C. RGB value is (79,160,44). Sum of RGB (Red+Green+Blue) = 79+160+44=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA02C is #B05FD3. Grayscale: #7A7A7A. Windows color (decimal): -11558868 or 2924623. OLE color: 2924623.
HSL color Cylindrical-coordinate representation of color #4FA02C: hue angle of 101.9º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FA02C is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 44 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.37 |
| HSL | 101.9º | 0.57% | 0.4% | - |
| HSV(B) | 101.9º | 0.73% | 0.63% | - |
| XYZ | 16.25 | 26.99 | 6.74 | - |
| YUV | 122.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 44 | 0.51 | 0 | 0.72 | 0.37 | 101.9 | 0.57 | 0.4 |
| Hex | 4F | A0 | 2C | 33 | 0 | 48 | 25 | 66 | 39 | 28 |
| Octal | 117 | 240 | 54 | 63 | 0 | 110 | 45 | 146 | 71 | 50 |
| Binary | 1001111 | 10100000 | 101100 | 110011 | 0 | 1001000 | 100101 | 1100110 | 111001 | 101000 |
Color Harmonies of #4FA02C
Complementary color
Monochromatic Colors of #4FA02C
Black with #4FA02C
Text Example
Text Example
White with #4FA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA02C; }
p { color: rgb(79,160,44); }
H1.HeaderClassName
{
color: #4FA02C;
}
.AnyTagClassName
{
color: #4FA02C;
}
</style>
background-color css
<style>
a { background-color: #4FA02C; }
a { background-color: rgb(79,160,44); }
div.DivClassName
{
background-color: #4FA02C;
}
.BgClassName
{
background-color: #4FA02C;
}
</style>
border-color css
<style>
span { border-color: #4FA02C; }
span { border-color: rgb(79,160,44); }
td.TdClassName
{
border-color: #4FA02C;
}
.TagClassName
{
border-color: #4FA02C;
}
</style>