Shades of Lime Green #4FD942
Tints of Lime Green #4FD942
RGB
CMYK
RGB Variations
Color information
#4FD942 (or 0x4FD942) is known color: Lime Green. HEX triplet: 4F, D9 and 42. RGB value is (79,217,66). Sum of RGB (Red+Green+Blue) = 79+217+66=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 217 (85.16% from 255 or 59.94% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD942 is #B026BD. Grayscale: #9E9E9E. Windows color (decimal): -11544254 or 4381007. OLE color: 4381007.
HSL color Cylindrical-coordinate representation of color #4FD942: hue angle of 114.83º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4FD942 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 217 | 66 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.15 |
| HSL | 114.83º | 0.67% | 0.55% | - |
| HSV(B) | 114.83º | 0.7% | 0.85% | - |
| XYZ | 29.02 | 51.68 | 13.6 | - |
| YUV | 158.52 | 75.78 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 217 | 66 | 0.64 | 0 | 0.70 | 0.15 | 114.83 | 0.67 | 0.55 |
| Hex | 4F | D9 | 42 | 40 | 0 | 46 | F | 73 | 43 | 37 |
| Octal | 117 | 331 | 102 | 100 | 0 | 106 | 17 | 163 | 103 | 67 |
| Binary | 1001111 | 11011001 | 1000010 | 1000000 | 0 | 1000110 | 1111 | 1110011 | 1000011 | 110111 |
Color Harmonies of #4FD942
Complementary color
Monochromatic Colors of #4FD942
Black with #4FD942
Text Example
Text Example
White with #4FD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD942; }
p { color: rgb(79,217,66); }
H1.HeaderClassName
{
color: #4FD942;
}
.AnyTagClassName
{
color: #4FD942;
}
</style>
background-color css
<style>
a { background-color: #4FD942; }
a { background-color: rgb(79,217,66); }
div.DivClassName
{
background-color: #4FD942;
}
.BgClassName
{
background-color: #4FD942;
}
</style>
border-color css
<style>
span { border-color: #4FD942; }
span { border-color: rgb(79,217,66); }
td.TdClassName
{
border-color: #4FD942;
}
.TagClassName
{
border-color: #4FD942;
}
</style>