Shades of Lime Green #4FE740
Tints of Lime Green #4FE740
RGB
CMYK
RGB Variations
Color information
#4FE740 (or 0x4FE740) is known color: Lime Green. HEX triplet: 4F, E7 and 40. RGB value is (79,231,64). Sum of RGB (Red+Green+Blue) = 79+231+64=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 231 (90.62% from 255 or 61.76% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE740 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE740 is #B018BF. Grayscale: #A7A7A7. Windows color (decimal): -11540672 or 4253519. OLE color: 4253519.
HSL color Cylindrical-coordinate representation of color #4FE740: hue angle of 114.61º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4FE740 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 64 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.09 |
| HSL | 114.61º | 0.78% | 0.58% | - |
| HSV(B) | 114.61º | 0.72% | 0.91% | - |
| XYZ | 32.73 | 59.18 | 14.55 | - |
| YUV | 166.51 | 70.14 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 64 | 0.66 | 0 | 0.72 | 0.09 | 114.61 | 0.78 | 0.58 |
| Hex | 4F | E7 | 40 | 42 | 0 | 48 | 9 | 73 | 4E | 3A |
| Octal | 117 | 347 | 100 | 102 | 0 | 110 | 11 | 163 | 116 | 72 |
| Binary | 1001111 | 11100111 | 1000000 | 1000010 | 0 | 1001000 | 1001 | 1110011 | 1001110 | 111010 |
Color Harmonies of #4FE740
Complementary color
Monochromatic Colors of #4FE740
Black with #4FE740
Text Example
Text Example
White with #4FE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE740; }
p { color: rgb(79,231,64); }
H1.HeaderClassName
{
color: #4FE740;
}
.AnyTagClassName
{
color: #4FE740;
}
</style>
background-color css
<style>
a { background-color: #4FE740; }
a { background-color: rgb(79,231,64); }
div.DivClassName
{
background-color: #4FE740;
}
.BgClassName
{
background-color: #4FE740;
}
</style>
border-color css
<style>
span { border-color: #4FE740; }
span { border-color: rgb(79,231,64); }
td.TdClassName
{
border-color: #4FE740;
}
.TagClassName
{
border-color: #4FE740;
}
</style>