Shades of Limeade #4FA42F
Tints of Limeade #4FA42F
RGB
CMYK
RGB Variations
Color information
#4FA42F (or 0x4FA42F) is known color: Limeade. HEX triplet: 4F, A4 and 2F. RGB value is (79,164,47). Sum of RGB (Red+Green+Blue) = 79+164+47=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA42F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA42F is #B05BD0. Grayscale: #7D7D7D. Windows color (decimal): -11557841 or 3122255. OLE color: 3122255.
HSL color Cylindrical-coordinate representation of color #4FA42F: hue angle of 103.59º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4FA42F is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 47 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.36 |
| HSL | 103.59º | 0.55% | 0.41% | - |
| HSV(B) | 103.59º | 0.71% | 0.64% | - |
| XYZ | 17.01 | 28.42 | 7.28 | - |
| YUV | 125.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 47 | 0.52 | 0 | 0.71 | 0.36 | 103.59 | 0.55 | 0.41 |
| Hex | 4F | A4 | 2F | 34 | 0 | 47 | 24 | 68 | 37 | 29 |
| Octal | 117 | 244 | 57 | 64 | 0 | 107 | 44 | 150 | 67 | 51 |
| Binary | 1001111 | 10100100 | 101111 | 110100 | 0 | 1000111 | 100100 | 1101000 | 110111 | 101001 |
Color Harmonies of #4FA42F
Complementary color
Monochromatic Colors of #4FA42F
Black with #4FA42F
Text Example
Text Example
White with #4FA42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA42F; }
p { color: rgb(79,164,47); }
H1.HeaderClassName
{
color: #4FA42F;
}
.AnyTagClassName
{
color: #4FA42F;
}
</style>
background-color css
<style>
a { background-color: #4FA42F; }
a { background-color: rgb(79,164,47); }
div.DivClassName
{
background-color: #4FA42F;
}
.BgClassName
{
background-color: #4FA42F;
}
</style>
border-color css
<style>
span { border-color: #4FA42F; }
span { border-color: rgb(79,164,47); }
td.TdClassName
{
border-color: #4FA42F;
}
.TagClassName
{
border-color: #4FA42F;
}
</style>