Shades of Lime Green #4FD841
Tints of Lime Green #4FD841
RGB
CMYK
RGB Variations
Color information
#4FD841 (or 0x4FD841) is known color: Lime Green. HEX triplet: 4F, D8 and 41. RGB value is (79,216,65). Sum of RGB (Red+Green+Blue) = 79+216+65=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #4FD841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD841 is #B027BE. Grayscale: #9E9E9E. Windows color (decimal): -11544511 or 4315215. OLE color: 4315215.
HSL color Cylindrical-coordinate representation of color #4FD841: hue angle of 114.44º degrees, saturation: 0.66, 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 #4FD841 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 216 | 65 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.15 |
| HSL | 114.44º | 0.66% | 0.55% | - |
| HSV(B) | 114.44º | 0.7% | 0.85% | - |
| XYZ | 28.73 | 51.16 | 13.36 | - |
| YUV | 157.82 | 75.61 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 216 | 65 | 0.63 | 0 | 0.70 | 0.15 | 114.44 | 0.66 | 0.55 |
| Hex | 4F | D8 | 41 | 3F | 0 | 46 | F | 72 | 42 | 37 |
| Octal | 117 | 330 | 101 | 77 | 0 | 106 | 17 | 162 | 102 | 67 |
| Binary | 1001111 | 11011000 | 1000001 | 111111 | 0 | 1000110 | 1111 | 1110010 | 1000010 | 110111 |
Color Harmonies of #4FD841
Complementary color
Monochromatic Colors of #4FD841
Black with #4FD841
Text Example
Text Example
White with #4FD841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD841; }
p { color: rgb(79,216,65); }
H1.HeaderClassName
{
color: #4FD841;
}
.AnyTagClassName
{
color: #4FD841;
}
</style>
background-color css
<style>
a { background-color: #4FD841; }
a { background-color: rgb(79,216,65); }
div.DivClassName
{
background-color: #4FD841;
}
.BgClassName
{
background-color: #4FD841;
}
</style>
border-color css
<style>
span { border-color: #4FD841; }
span { border-color: rgb(79,216,65); }
td.TdClassName
{
border-color: #4FD841;
}
.TagClassName
{
border-color: #4FD841;
}
</style>