Shades of Lime Green #4FD954
Tints of Lime Green #4FD954
RGB
CMYK
RGB Variations
Color information
#4FD954 (or 0x4FD954) is known color: Lime Green. HEX triplet: 4F, D9 and 54. RGB value is (79,217,84). Sum of RGB (Red+Green+Blue) = 79+217+84=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FD954 is #B026AB. Grayscale: #A0A0A0. Windows color (decimal): -11544236 or 5560655. OLE color: 5560655.
HSL color Cylindrical-coordinate representation of color #4FD954: hue angle of 122.17º 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 #4FD954 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 217 | 84 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.15 |
| HSL | 122.17º | 0.64% | 0.58% | - |
| HSV(B) | 122.17º | 0.64% | 0.85% | - |
| XYZ | 29.64 | 51.93 | 16.85 | - |
| YUV | 160.58 | 84.78 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 217 | 84 | 0.64 | 0 | 0.61 | 0.15 | 122.17 | 0.64 | 0.58 |
| Hex | 4F | D9 | 54 | 40 | 0 | 3D | F | 7A | 40 | 3A |
| Octal | 117 | 331 | 124 | 100 | 0 | 75 | 17 | 172 | 100 | 72 |
| Binary | 1001111 | 11011001 | 1010100 | 1000000 | 0 | 111101 | 1111 | 1111010 | 1000000 | 111010 |
Color Harmonies of #4FD954
Complementary color
Monochromatic Colors of #4FD954
Black with #4FD954
Text Example
Text Example
White with #4FD954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD954; }
p { color: rgb(79,217,84); }
H1.HeaderClassName
{
color: #4FD954;
}
.AnyTagClassName
{
color: #4FD954;
}
</style>
background-color css
<style>
a { background-color: #4FD954; }
a { background-color: rgb(79,217,84); }
div.DivClassName
{
background-color: #4FD954;
}
.BgClassName
{
background-color: #4FD954;
}
</style>
border-color css
<style>
span { border-color: #4FD954; }
span { border-color: rgb(79,217,84); }
td.TdClassName
{
border-color: #4FD954;
}
.TagClassName
{
border-color: #4FD954;
}
</style>