Shades of Limeade #4FA31F
Tints of Limeade #4FA31F
RGB
CMYK
RGB Variations
Color information
#4FA31F (or 0x4FA31F) is known color: Limeade. HEX triplet: 4F, A3 and 1F. RGB value is (79,163,31). Sum of RGB (Red+Green+Blue) = 79+163+31=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA31F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA31F is #B05CE0. Grayscale: #7B7B7B. Windows color (decimal): -11558113 or 2073423. OLE color: 2073423.
HSL color Cylindrical-coordinate representation of color #4FA31F: hue angle of 98.18º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FA31F is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 31 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.36 |
| HSL | 98.18º | 0.68% | 0.38% | - |
| HSV(B) | 98.18º | 0.81% | 0.64% | - |
| XYZ | 16.57 | 27.96 | 5.82 | - |
| YUV | 122.84 | 76.17 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 31 | 0.52 | 0 | 0.81 | 0.36 | 98.18 | 0.68 | 0.38 |
| Hex | 4F | A3 | 1F | 34 | 0 | 51 | 24 | 62 | 44 | 26 |
| Octal | 117 | 243 | 37 | 64 | 0 | 121 | 44 | 142 | 104 | 46 |
| Binary | 1001111 | 10100011 | 11111 | 110100 | 0 | 1010001 | 100100 | 1100010 | 1000100 | 100110 |
Color Harmonies of #4FA31F
Complementary color
Monochromatic Colors of #4FA31F
Black with #4FA31F
Text Example
Text Example
White with #4FA31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA31F; }
p { color: rgb(79,163,31); }
H1.HeaderClassName
{
color: #4FA31F;
}
.AnyTagClassName
{
color: #4FA31F;
}
</style>
background-color css
<style>
a { background-color: #4FA31F; }
a { background-color: rgb(79,163,31); }
div.DivClassName
{
background-color: #4FA31F;
}
.BgClassName
{
background-color: #4FA31F;
}
</style>
border-color css
<style>
span { border-color: #4FA31F; }
span { border-color: rgb(79,163,31); }
td.TdClassName
{
border-color: #4FA31F;
}
.TagClassName
{
border-color: #4FA31F;
}
</style>