Shades of Limeade #4FA12E
Tints of Limeade #4FA12E
RGB
CMYK
RGB Variations
Color information
#4FA12E (or 0x4FA12E) is known color: Limeade. HEX triplet: 4F, A1 and 2E. RGB value is (79,161,46). Sum of RGB (Red+Green+Blue) = 79+161+46=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA12E is #B05ED1. Grayscale: #7B7B7B. Windows color (decimal): -11558610 or 3055951. OLE color: 3055951.
HSL color Cylindrical-coordinate representation of color #4FA12E: hue angle of 102.78º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4FA12E is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 46 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.37 |
| HSL | 102.78º | 0.56% | 0.41% | - |
| HSV(B) | 102.78º | 0.71% | 0.63% | - |
| XYZ | 16.46 | 27.35 | 7 | - |
| YUV | 123.37 | 84.33 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 46 | 0.51 | 0 | 0.71 | 0.37 | 102.78 | 0.56 | 0.41 |
| Hex | 4F | A1 | 2E | 33 | 0 | 47 | 25 | 67 | 38 | 29 |
| Octal | 117 | 241 | 56 | 63 | 0 | 107 | 45 | 147 | 70 | 51 |
| Binary | 1001111 | 10100001 | 101110 | 110011 | 0 | 1000111 | 100101 | 1100111 | 111000 | 101001 |
Color Harmonies of #4FA12E
Complementary color
Monochromatic Colors of #4FA12E
Black with #4FA12E
Text Example
Text Example
White with #4FA12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA12E; }
p { color: rgb(79,161,46); }
H1.HeaderClassName
{
color: #4FA12E;
}
.AnyTagClassName
{
color: #4FA12E;
}
</style>
background-color css
<style>
a { background-color: #4FA12E; }
a { background-color: rgb(79,161,46); }
div.DivClassName
{
background-color: #4FA12E;
}
.BgClassName
{
background-color: #4FA12E;
}
</style>
border-color css
<style>
span { border-color: #4FA12E; }
span { border-color: rgb(79,161,46); }
td.TdClassName
{
border-color: #4FA12E;
}
.TagClassName
{
border-color: #4FA12E;
}
</style>