Shades of Lime Green #4FDA51
Tints of Lime Green #4FDA51
RGB
CMYK
RGB Variations
Color information
#4FDA51 (or 0x4FDA51) is known color: Lime Green. HEX triplet: 4F, DA and 51. RGB value is (79,218,81). Sum of RGB (Red+Green+Blue) = 79+218+81=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDA51 is #B025AE. Grayscale: #A1A1A1. Windows color (decimal): -11543983 or 5364303. OLE color: 5364303.
HSL color Cylindrical-coordinate representation of color #4FDA51: hue angle of 120.86º degrees, saturation: 0.65, 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 #4FDA51 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 81 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.15 |
| HSL | 120.86º | 0.65% | 0.58% | - |
| HSV(B) | 120.86º | 0.64% | 0.85% | - |
| XYZ | 29.78 | 52.4 | 16.33 | - |
| YUV | 160.82 | 82.95 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 81 | 0.64 | 0 | 0.63 | 0.15 | 120.86 | 0.65 | 0.58 |
| Hex | 4F | DA | 51 | 40 | 0 | 3F | F | 79 | 41 | 3A |
| Octal | 117 | 332 | 121 | 100 | 0 | 77 | 17 | 171 | 101 | 72 |
| Binary | 1001111 | 11011010 | 1010001 | 1000000 | 0 | 111111 | 1111 | 1111001 | 1000001 | 111010 |
Color Harmonies of #4FDA51
Complementary color
Monochromatic Colors of #4FDA51
Black with #4FDA51
Text Example
Text Example
White with #4FDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDA51; }
p { color: rgb(79,218,81); }
H1.HeaderClassName
{
color: #4FDA51;
}
.AnyTagClassName
{
color: #4FDA51;
}
</style>
background-color css
<style>
a { background-color: #4FDA51; }
a { background-color: rgb(79,218,81); }
div.DivClassName
{
background-color: #4FDA51;
}
.BgClassName
{
background-color: #4FDA51;
}
</style>
border-color css
<style>
span { border-color: #4FDA51; }
span { border-color: rgb(79,218,81); }
td.TdClassName
{
border-color: #4FDA51;
}
.TagClassName
{
border-color: #4FDA51;
}
</style>