Shades of Lime Green #4FE140
Tints of Lime Green #4FE140
RGB
CMYK
RGB Variations
Color information
#4FE140 (or 0x4FE140) is known color: Lime Green. HEX triplet: 4F, E1 and 40. RGB value is (79,225,64). Sum of RGB (Red+Green+Blue) = 79+225+64=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 225 (88.28% from 255 or 61.14% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE140 is #B01EBF. Grayscale: #A3A3A3. Windows color (decimal): -11542208 or 4251983. OLE color: 4251983.
HSL color Cylindrical-coordinate representation of color #4FE140: hue angle of 114.41º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4FE140 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 64 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.12 |
| HSL | 114.41º | 0.73% | 0.57% | - |
| HSV(B) | 114.41º | 0.72% | 0.88% | - |
| XYZ | 31.08 | 55.88 | 14 | - |
| YUV | 162.99 | 72.13 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 64 | 0.65 | 0 | 0.72 | 0.12 | 114.41 | 0.73 | 0.57 |
| Hex | 4F | E1 | 40 | 41 | 0 | 48 | C | 72 | 49 | 39 |
| Octal | 117 | 341 | 100 | 101 | 0 | 110 | 14 | 162 | 111 | 71 |
| Binary | 1001111 | 11100001 | 1000000 | 1000001 | 0 | 1001000 | 1100 | 1110010 | 1001001 | 111001 |
Color Harmonies of #4FE140
Complementary color
Monochromatic Colors of #4FE140
Black with #4FE140
Text Example
Text Example
White with #4FE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE140; }
p { color: rgb(79,225,64); }
H1.HeaderClassName
{
color: #4FE140;
}
.AnyTagClassName
{
color: #4FE140;
}
</style>
background-color css
<style>
a { background-color: #4FE140; }
a { background-color: rgb(79,225,64); }
div.DivClassName
{
background-color: #4FE140;
}
.BgClassName
{
background-color: #4FE140;
}
</style>
border-color css
<style>
span { border-color: #4FE140; }
span { border-color: rgb(79,225,64); }
td.TdClassName
{
border-color: #4FE140;
}
.TagClassName
{
border-color: #4FE140;
}
</style>