Shades of Lime Green #4FDE42
Tints of Lime Green #4FDE42
RGB
CMYK
RGB Variations
Color information
#4FDE42 (or 0x4FDE42) is known color: Lime Green. HEX triplet: 4F, DE and 42. RGB value is (79,222,66). Sum of RGB (Red+Green+Blue) = 79+222+66=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 222 (87.11% from 255 or 60.49% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDE42 is #B021BD. Grayscale: #A1A1A1. Windows color (decimal): -11542974 or 4382287. OLE color: 4382287.
HSL color Cylindrical-coordinate representation of color #4FDE42: hue angle of 115º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4FDE42 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 66 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.13 |
| HSL | 115º | 0.7% | 0.56% | - |
| HSV(B) | 115º | 0.7% | 0.87% | - |
| XYZ | 30.33 | 54.3 | 14.04 | - |
| YUV | 161.46 | 74.12 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 66 | 0.64 | 0 | 0.70 | 0.13 | 115 | 0.7 | 0.56 |
| Hex | 4F | DE | 42 | 40 | 0 | 46 | D | 73 | 46 | 38 |
| Octal | 117 | 336 | 102 | 100 | 0 | 106 | 15 | 163 | 106 | 70 |
| Binary | 1001111 | 11011110 | 1000010 | 1000000 | 0 | 1000110 | 1101 | 1110011 | 1000110 | 111000 |
Color Harmonies of #4FDE42
Complementary color
Monochromatic Colors of #4FDE42
Black with #4FDE42
Text Example
Text Example
White with #4FDE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDE42; }
p { color: rgb(79,222,66); }
H1.HeaderClassName
{
color: #4FDE42;
}
.AnyTagClassName
{
color: #4FDE42;
}
</style>
background-color css
<style>
a { background-color: #4FDE42; }
a { background-color: rgb(79,222,66); }
div.DivClassName
{
background-color: #4FDE42;
}
.BgClassName
{
background-color: #4FDE42;
}
</style>
border-color css
<style>
span { border-color: #4FDE42; }
span { border-color: rgb(79,222,66); }
td.TdClassName
{
border-color: #4FDE42;
}
.TagClassName
{
border-color: #4FDE42;
}
</style>