Shades of Lime Green #4FDF40
Tints of Lime Green #4FDF40
RGB
CMYK
RGB Variations
Color information
#4FDF40 (or 0x4FDF40) is known color: Lime Green. HEX triplet: 4F, DF and 40. RGB value is (79,223,64). Sum of RGB (Red+Green+Blue) = 79+223+64=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDF40 is #B020BF. Grayscale: #A2A2A2. Windows color (decimal): -11542720 or 4251471. OLE color: 4251471.
HSL color Cylindrical-coordinate representation of color #4FDF40: hue angle of 114.34º 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 #4FDF40 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 64 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.13 |
| HSL | 114.34º | 0.71% | 0.56% | - |
| HSV(B) | 114.34º | 0.71% | 0.87% | - |
| XYZ | 30.54 | 54.81 | 13.82 | - |
| YUV | 161.82 | 72.79 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 64 | 0.65 | 0 | 0.71 | 0.13 | 114.34 | 0.71 | 0.56 |
| Hex | 4F | DF | 40 | 41 | 0 | 47 | D | 72 | 47 | 38 |
| Octal | 117 | 337 | 100 | 101 | 0 | 107 | 15 | 162 | 107 | 70 |
| Binary | 1001111 | 11011111 | 1000000 | 1000001 | 0 | 1000111 | 1101 | 1110010 | 1000111 | 111000 |
Color Harmonies of #4FDF40
Complementary color
Monochromatic Colors of #4FDF40
Black with #4FDF40
Text Example
Text Example
White with #4FDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDF40; }
p { color: rgb(79,223,64); }
H1.HeaderClassName
{
color: #4FDF40;
}
.AnyTagClassName
{
color: #4FDF40;
}
</style>
background-color css
<style>
a { background-color: #4FDF40; }
a { background-color: rgb(79,223,64); }
div.DivClassName
{
background-color: #4FDF40;
}
.BgClassName
{
background-color: #4FDF40;
}
</style>
border-color css
<style>
span { border-color: #4FDF40; }
span { border-color: rgb(79,223,64); }
td.TdClassName
{
border-color: #4FDF40;
}
.TagClassName
{
border-color: #4FDF40;
}
</style>