Shades of Lime Green #4FDA2F
Tints of Lime Green #4FDA2F
RGB
CMYK
RGB Variations
Color information
#4FDA2F (or 0x4FDA2F) is known color: Lime Green. HEX triplet: 4F, DA and 2F. RGB value is (79,218,47). Sum of RGB (Red+Green+Blue) = 79+218+47=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 218 (85.55% from 255 or 63.37% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDA2F is #B025D0. Grayscale: #9D9D9D. Windows color (decimal): -11544017 or 3136079. OLE color: 3136079.
HSL color Cylindrical-coordinate representation of color #4FDA2F: hue angle of 108.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4FDA2F is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 47 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.15 |
| HSL | 108.77º | 0.7% | 0.52% | - |
| HSV(B) | 108.77º | 0.78% | 0.85% | - |
| XYZ | 28.81 | 52.01 | 11.21 | - |
| YUV | 156.95 | 65.95 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 47 | 0.64 | 0 | 0.78 | 0.15 | 108.77 | 0.7 | 0.52 |
| Hex | 4F | DA | 2F | 40 | 0 | 4E | F | 6D | 46 | 34 |
| Octal | 117 | 332 | 57 | 100 | 0 | 116 | 17 | 155 | 106 | 64 |
| Binary | 1001111 | 11011010 | 101111 | 1000000 | 0 | 1001110 | 1111 | 1101101 | 1000110 | 110100 |
Color Harmonies of #4FDA2F
Complementary color
Monochromatic Colors of #4FDA2F
Black with #4FDA2F
Text Example
Text Example
White with #4FDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDA2F; }
p { color: rgb(79,218,47); }
H1.HeaderClassName
{
color: #4FDA2F;
}
.AnyTagClassName
{
color: #4FDA2F;
}
</style>
background-color css
<style>
a { background-color: #4FDA2F; }
a { background-color: rgb(79,218,47); }
div.DivClassName
{
background-color: #4FDA2F;
}
.BgClassName
{
background-color: #4FDA2F;
}
</style>
border-color css
<style>
span { border-color: #4FDA2F; }
span { border-color: rgb(79,218,47); }
td.TdClassName
{
border-color: #4FDA2F;
}
.TagClassName
{
border-color: #4FDA2F;
}
</style>