Shades of Limeade #4FA52F
Tints of Limeade #4FA52F
RGB
CMYK
RGB Variations
Color information
#4FA52F (or 0x4FA52F) is known color: Limeade. HEX triplet: 4F, A5 and 2F. RGB value is (79,165,47). Sum of RGB (Red+Green+Blue) = 79+165+47=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA52F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA52F is #B05AD0. Grayscale: #7E7E7E. Windows color (decimal): -11557585 or 3122511. OLE color: 3122511.
HSL color Cylindrical-coordinate representation of color #4FA52F: hue angle of 103.73º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4FA52F is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 165 | 47 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.35 |
| HSL | 103.73º | 0.56% | 0.42% | - |
| HSV(B) | 103.73º | 0.72% | 0.65% | - |
| XYZ | 17.19 | 28.78 | 7.34 | - |
| YUV | 125.83 | 83.51 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 47 | 0.52 | 0 | 0.72 | 0.35 | 103.73 | 0.56 | 0.42 |
| Hex | 4F | A5 | 2F | 34 | 0 | 48 | 23 | 68 | 38 | 2A |
| Octal | 117 | 245 | 57 | 64 | 0 | 110 | 43 | 150 | 70 | 52 |
| Binary | 1001111 | 10100101 | 101111 | 110100 | 0 | 1001000 | 100011 | 1101000 | 111000 | 101010 |
Color Harmonies of #4FA52F
Complementary color
Monochromatic Colors of #4FA52F
Black with #4FA52F
Text Example
Text Example
White with #4FA52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA52F; }
p { color: rgb(79,165,47); }
H1.HeaderClassName
{
color: #4FA52F;
}
.AnyTagClassName
{
color: #4FA52F;
}
</style>
background-color css
<style>
a { background-color: #4FA52F; }
a { background-color: rgb(79,165,47); }
div.DivClassName
{
background-color: #4FA52F;
}
.BgClassName
{
background-color: #4FA52F;
}
</style>
border-color css
<style>
span { border-color: #4FA52F; }
span { border-color: rgb(79,165,47); }
td.TdClassName
{
border-color: #4FA52F;
}
.TagClassName
{
border-color: #4FA52F;
}
</style>