Shades of Lime Green #4FDF41
Tints of Lime Green #4FDF41
RGB
CMYK
RGB Variations
Color information
#4FDF41 (or 0x4FDF41) is known color: Lime Green. HEX triplet: 4F, DF and 41. RGB value is (79,223,65). Sum of RGB (Red+Green+Blue) = 79+223+65=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDF41 is #B020BE. Grayscale: #A2A2A2. Windows color (decimal): -11542719 or 4317007. OLE color: 4317007.
HSL color Cylindrical-coordinate representation of color #4FDF41: hue angle of 114.68º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4FDF41 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 65 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.13 |
| HSL | 114.68º | 0.71% | 0.56% | - |
| HSV(B) | 114.68º | 0.71% | 0.87% | - |
| XYZ | 30.57 | 54.82 | 13.97 | - |
| YUV | 161.93 | 73.29 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 65 | 0.65 | 0 | 0.71 | 0.13 | 114.68 | 0.71 | 0.56 |
| Hex | 4F | DF | 41 | 41 | 0 | 47 | D | 73 | 47 | 38 |
| Octal | 117 | 337 | 101 | 101 | 0 | 107 | 15 | 163 | 107 | 70 |
| Binary | 1001111 | 11011111 | 1000001 | 1000001 | 0 | 1000111 | 1101 | 1110011 | 1000111 | 111000 |
Color Harmonies of #4FDF41
Complementary color
Monochromatic Colors of #4FDF41
Black with #4FDF41
Text Example
Text Example
White with #4FDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDF41; }
p { color: rgb(79,223,65); }
H1.HeaderClassName
{
color: #4FDF41;
}
.AnyTagClassName
{
color: #4FDF41;
}
</style>
background-color css
<style>
a { background-color: #4FDF41; }
a { background-color: rgb(79,223,65); }
div.DivClassName
{
background-color: #4FDF41;
}
.BgClassName
{
background-color: #4FDF41;
}
</style>
border-color css
<style>
span { border-color: #4FDF41; }
span { border-color: rgb(79,223,65); }
td.TdClassName
{
border-color: #4FDF41;
}
.TagClassName
{
border-color: #4FDF41;
}
</style>