Shades of Limeade #4FA027
Tints of Limeade #4FA027
RGB
CMYK
RGB Variations
Color information
#4FA027 (or 0x4FA027) is known color: Limeade. HEX triplet: 4F, A0 and 27. RGB value is (79,160,39). Sum of RGB (Red+Green+Blue) = 79+160+39=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA027 is #B05FD8. Grayscale: #7A7A7A. Windows color (decimal): -11558873 or 2596943. OLE color: 2596943.
HSL color Cylindrical-coordinate representation of color #4FA027: hue angle of 100.17º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4FA027 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 39 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.37 |
| HSL | 100.17º | 0.61% | 0.39% | - |
| HSV(B) | 100.17º | 0.76% | 0.63% | - |
| XYZ | 16.16 | 26.95 | 6.27 | - |
| YUV | 121.99 | 81.16 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 39 | 0.51 | 0 | 0.76 | 0.37 | 100.17 | 0.61 | 0.39 |
| Hex | 4F | A0 | 27 | 33 | 0 | 4C | 25 | 64 | 3D | 27 |
| Octal | 117 | 240 | 47 | 63 | 0 | 114 | 45 | 144 | 75 | 47 |
| Binary | 1001111 | 10100000 | 100111 | 110011 | 0 | 1001100 | 100101 | 1100100 | 111101 | 100111 |
Color Harmonies of #4FA027
Complementary color
Monochromatic Colors of #4FA027
Black with #4FA027
Text Example
Text Example
White with #4FA027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA027; }
p { color: rgb(79,160,39); }
H1.HeaderClassName
{
color: #4FA027;
}
.AnyTagClassName
{
color: #4FA027;
}
</style>
background-color css
<style>
a { background-color: #4FA027; }
a { background-color: rgb(79,160,39); }
div.DivClassName
{
background-color: #4FA027;
}
.BgClassName
{
background-color: #4FA027;
}
</style>
border-color css
<style>
span { border-color: #4FA027; }
span { border-color: rgb(79,160,39); }
td.TdClassName
{
border-color: #4FA027;
}
.TagClassName
{
border-color: #4FA027;
}
</style>