Shades of Lime Green #4FD951
Tints of Lime Green #4FD951
RGB
CMYK
RGB Variations
Color information
#4FD951 (or 0x4FD951) is known color: Lime Green. HEX triplet: 4F, D9 and 51. RGB value is (79,217,81). Sum of RGB (Red+Green+Blue) = 79+217+81=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 217 (85.16% from 255 or 57.56% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FD951 is #B026AE. Grayscale: #A0A0A0. Windows color (decimal): -11544239 or 5364047. OLE color: 5364047.
HSL color Cylindrical-coordinate representation of color #4FD951: hue angle of 120.87º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FD951 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 217 | 81 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.15 |
| HSL | 120.87º | 0.64% | 0.58% | - |
| HSV(B) | 120.87º | 0.64% | 0.85% | - |
| XYZ | 29.52 | 51.88 | 16.24 | - |
| YUV | 160.23 | 83.28 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 217 | 81 | 0.64 | 0 | 0.63 | 0.15 | 120.87 | 0.64 | 0.58 |
| Hex | 4F | D9 | 51 | 40 | 0 | 3F | F | 79 | 40 | 3A |
| Octal | 117 | 331 | 121 | 100 | 0 | 77 | 17 | 171 | 100 | 72 |
| Binary | 1001111 | 11011001 | 1010001 | 1000000 | 0 | 111111 | 1111 | 1111001 | 1000000 | 111010 |
Color Harmonies of #4FD951
Complementary color
Monochromatic Colors of #4FD951
Black with #4FD951
Text Example
Text Example
White with #4FD951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD951; }
p { color: rgb(79,217,81); }
H1.HeaderClassName
{
color: #4FD951;
}
.AnyTagClassName
{
color: #4FD951;
}
</style>
background-color css
<style>
a { background-color: #4FD951; }
a { background-color: rgb(79,217,81); }
div.DivClassName
{
background-color: #4FD951;
}
.BgClassName
{
background-color: #4FD951;
}
</style>
border-color css
<style>
span { border-color: #4FD951; }
span { border-color: rgb(79,217,81); }
td.TdClassName
{
border-color: #4FD951;
}
.TagClassName
{
border-color: #4FD951;
}
</style>