Shades of Limeade #4FA024
Tints of Limeade #4FA024
RGB
CMYK
RGB Variations
Color information
#4FA024 (or 0x4FA024) is known color: Limeade. HEX triplet: 4F, A0 and 24. RGB value is (79,160,36). Sum of RGB (Red+Green+Blue) = 79+160+36=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA024 is #B05FDB. Grayscale: #7A7A7A. Windows color (decimal): -11558876 or 2400335. OLE color: 2400335.
HSL color Cylindrical-coordinate representation of color #4FA024: hue angle of 99.19º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4FA024 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 36 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.37 |
| HSL | 99.19º | 0.63% | 0.38% | - |
| HSV(B) | 99.19º | 0.78% | 0.63% | - |
| XYZ | 16.11 | 26.93 | 6.02 | - |
| YUV | 121.65 | 79.66 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 36 | 0.51 | 0 | 0.78 | 0.37 | 99.19 | 0.63 | 0.38 |
| Hex | 4F | A0 | 24 | 33 | 0 | 4E | 25 | 63 | 3F | 26 |
| Octal | 117 | 240 | 44 | 63 | 0 | 116 | 45 | 143 | 77 | 46 |
| Binary | 1001111 | 10100000 | 100100 | 110011 | 0 | 1001110 | 100101 | 1100011 | 111111 | 100110 |
Color Harmonies of #4FA024
Complementary color
Monochromatic Colors of #4FA024
Black with #4FA024
Text Example
Text Example
White with #4FA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA024; }
p { color: rgb(79,160,36); }
H1.HeaderClassName
{
color: #4FA024;
}
.AnyTagClassName
{
color: #4FA024;
}
</style>
background-color css
<style>
a { background-color: #4FA024; }
a { background-color: rgb(79,160,36); }
div.DivClassName
{
background-color: #4FA024;
}
.BgClassName
{
background-color: #4FA024;
}
</style>
border-color css
<style>
span { border-color: #4FA024; }
span { border-color: rgb(79,160,36); }
td.TdClassName
{
border-color: #4FA024;
}
.TagClassName
{
border-color: #4FA024;
}
</style>