Shades of Lime Green #4FDA41
Tints of Lime Green #4FDA41
RGB
CMYK
RGB Variations
Color information
#4FDA41 (or 0x4FDA41) is known color: Lime Green. HEX triplet: 4F, DA and 41. RGB value is (79,218,65). Sum of RGB (Red+Green+Blue) = 79+218+65=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 218 (85.55% from 255 or 60.22% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDA41 is #B025BE. Grayscale: #9F9F9F. Windows color (decimal): -11543999 or 4315727. OLE color: 4315727.
HSL color Cylindrical-coordinate representation of color #4FDA41: hue angle of 114.51º 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 #4FDA41 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 65 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.15 |
| HSL | 114.51º | 0.67% | 0.55% | - |
| HSV(B) | 114.51º | 0.7% | 0.85% | - |
| XYZ | 29.25 | 52.19 | 13.53 | - |
| YUV | 159 | 74.95 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 65 | 0.64 | 0 | 0.70 | 0.15 | 114.51 | 0.67 | 0.55 |
| Hex | 4F | DA | 41 | 40 | 0 | 46 | F | 73 | 43 | 37 |
| Octal | 117 | 332 | 101 | 100 | 0 | 106 | 17 | 163 | 103 | 67 |
| Binary | 1001111 | 11011010 | 1000001 | 1000000 | 0 | 1000110 | 1111 | 1110011 | 1000011 | 110111 |
Color Harmonies of #4FDA41
Complementary color
Monochromatic Colors of #4FDA41
Black with #4FDA41
Text Example
Text Example
White with #4FDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDA41; }
p { color: rgb(79,218,65); }
H1.HeaderClassName
{
color: #4FDA41;
}
.AnyTagClassName
{
color: #4FDA41;
}
</style>
background-color css
<style>
a { background-color: #4FDA41; }
a { background-color: rgb(79,218,65); }
div.DivClassName
{
background-color: #4FDA41;
}
.BgClassName
{
background-color: #4FDA41;
}
</style>
border-color css
<style>
span { border-color: #4FDA41; }
span { border-color: rgb(79,218,65); }
td.TdClassName
{
border-color: #4FDA41;
}
.TagClassName
{
border-color: #4FDA41;
}
</style>