Shades of Lime Green #4FD14C
Tints of Lime Green #4FD14C
RGB
CMYK
RGB Variations
Color information
#4FD14C (or 0x4FD14C) is known color: Lime Green. HEX triplet: 4F, D1 and 4C. RGB value is (79,209,76). Sum of RGB (Red+Green+Blue) = 79+209+76=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #4FD14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD14C is #B02EB3. Grayscale: #9B9B9B. Windows color (decimal): -11546292 or 5034319. OLE color: 5034319.
HSL color Cylindrical-coordinate representation of color #4FD14C: hue angle of 118.65º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FD14C is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 209 | 76 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.18 |
| HSL | 118.65º | 0.59% | 0.56% | - |
| HSV(B) | 118.65º | 0.64% | 0.82% | - |
| XYZ | 27.33 | 47.79 | 14.62 | - |
| YUV | 154.97 | 83.43 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 209 | 76 | 0.62 | 0 | 0.64 | 0.18 | 118.65 | 0.59 | 0.56 |
| Hex | 4F | D1 | 4C | 3E | 0 | 40 | 12 | 77 | 3B | 38 |
| Octal | 117 | 321 | 114 | 76 | 0 | 100 | 22 | 167 | 73 | 70 |
| Binary | 1001111 | 11010001 | 1001100 | 111110 | 0 | 1000000 | 10010 | 1110111 | 111011 | 111000 |
Color Harmonies of #4FD14C
Complementary color
Monochromatic Colors of #4FD14C
Black with #4FD14C
Text Example
Text Example
White with #4FD14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD14C; }
p { color: rgb(79,209,76); }
H1.HeaderClassName
{
color: #4FD14C;
}
.AnyTagClassName
{
color: #4FD14C;
}
</style>
background-color css
<style>
a { background-color: #4FD14C; }
a { background-color: rgb(79,209,76); }
div.DivClassName
{
background-color: #4FD14C;
}
.BgClassName
{
background-color: #4FD14C;
}
</style>
border-color css
<style>
span { border-color: #4FD14C; }
span { border-color: rgb(79,209,76); }
td.TdClassName
{
border-color: #4FD14C;
}
.TagClassName
{
border-color: #4FD14C;
}
</style>