Shades of Limeade #4FA62A
Tints of Limeade #4FA62A
RGB
CMYK
RGB Variations
Color information
#4FA62A (or 0x4FA62A) is known color: Limeade. HEX triplet: 4F, A6 and 2A. RGB value is (79,166,42). Sum of RGB (Red+Green+Blue) = 79+166+42=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA62A is #B059D5. Grayscale: #7E7E7E. Windows color (decimal): -11557334 or 2795087. OLE color: 2795087.
HSL color Cylindrical-coordinate representation of color #4FA62A: hue angle of 102.1º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FA62A is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 42 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.35 |
| HSL | 102.1º | 0.6% | 0.41% | - |
| HSV(B) | 102.1º | 0.75% | 0.65% | - |
| XYZ | 17.28 | 29.1 | 6.9 | - |
| YUV | 125.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 42 | 0.52 | 0 | 0.75 | 0.35 | 102.1 | 0.6 | 0.41 |
| Hex | 4F | A6 | 2A | 34 | 0 | 4B | 23 | 66 | 3C | 29 |
| Octal | 117 | 246 | 52 | 64 | 0 | 113 | 43 | 146 | 74 | 51 |
| Binary | 1001111 | 10100110 | 101010 | 110100 | 0 | 1001011 | 100011 | 1100110 | 111100 | 101001 |
Color Harmonies of #4FA62A
Complementary color
Monochromatic Colors of #4FA62A
Black with #4FA62A
Text Example
Text Example
White with #4FA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA62A; }
p { color: rgb(79,166,42); }
H1.HeaderClassName
{
color: #4FA62A;
}
.AnyTagClassName
{
color: #4FA62A;
}
</style>
background-color css
<style>
a { background-color: #4FA62A; }
a { background-color: rgb(79,166,42); }
div.DivClassName
{
background-color: #4FA62A;
}
.BgClassName
{
background-color: #4FA62A;
}
</style>
border-color css
<style>
span { border-color: #4FA62A; }
span { border-color: rgb(79,166,42); }
td.TdClassName
{
border-color: #4FA62A;
}
.TagClassName
{
border-color: #4FA62A;
}
</style>