Shades of Lime Green #4FE02F
Tints of Lime Green #4FE02F
RGB
CMYK
RGB Variations
Color information
#4FE02F (or 0x4FE02F) is known color: Lime Green. HEX triplet: 4F, E0 and 2F. RGB value is (79,224,47). Sum of RGB (Red+Green+Blue) = 79+224+47=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 224 (87.89% from 255 or 64% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 224 - color contains mainly: green. Hex color #4FE02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE02F is #B01FD0. Grayscale: #A1A1A1. Windows color (decimal): -11542481 or 3137615. OLE color: 3137615.
HSL color Cylindrical-coordinate representation of color #4FE02F: hue angle of 109.15º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FE02F is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 224 | 47 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.12 |
| HSL | 109.15º | 0.74% | 0.53% | - |
| HSV(B) | 109.15º | 0.79% | 0.88% | - |
| XYZ | 30.39 | 55.18 | 11.74 | - |
| YUV | 160.47 | 63.96 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 224 | 47 | 0.65 | 0 | 0.79 | 0.12 | 109.15 | 0.74 | 0.53 |
| Hex | 4F | E0 | 2F | 41 | 0 | 4F | C | 6D | 4A | 35 |
| Octal | 117 | 340 | 57 | 101 | 0 | 117 | 14 | 155 | 112 | 65 |
| Binary | 1001111 | 11100000 | 101111 | 1000001 | 0 | 1001111 | 1100 | 1101101 | 1001010 | 110101 |
Color Harmonies of #4FE02F
Complementary color
Monochromatic Colors of #4FE02F
Black with #4FE02F
Text Example
Text Example
White with #4FE02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE02F; }
p { color: rgb(79,224,47); }
H1.HeaderClassName
{
color: #4FE02F;
}
.AnyTagClassName
{
color: #4FE02F;
}
</style>
background-color css
<style>
a { background-color: #4FE02F; }
a { background-color: rgb(79,224,47); }
div.DivClassName
{
background-color: #4FE02F;
}
.BgClassName
{
background-color: #4FE02F;
}
</style>
border-color css
<style>
span { border-color: #4FE02F; }
span { border-color: rgb(79,224,47); }
td.TdClassName
{
border-color: #4FE02F;
}
.TagClassName
{
border-color: #4FE02F;
}
</style>