Shades of Lime Green #4FDF2F
Tints of Lime Green #4FDF2F
RGB
CMYK
RGB Variations
Color information
#4FDF2F (or 0x4FDF2F) is known color: Lime Green. HEX triplet: 4F, DF and 2F. RGB value is (79,223,47). Sum of RGB (Red+Green+Blue) = 79+223+47=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDF2F is #B020D0. Grayscale: #A0A0A0. Windows color (decimal): -11542737 or 3137359. OLE color: 3137359.
HSL color Cylindrical-coordinate representation of color #4FDF2F: hue angle of 109.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FDF2F is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 47 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.13 |
| HSL | 109.09º | 0.73% | 0.53% | - |
| HSV(B) | 109.09º | 0.79% | 0.87% | - |
| XYZ | 30.13 | 54.64 | 11.65 | - |
| YUV | 159.88 | 64.29 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 47 | 0.65 | 0 | 0.79 | 0.13 | 109.09 | 0.73 | 0.53 |
| Hex | 4F | DF | 2F | 41 | 0 | 4F | D | 6D | 49 | 35 |
| Octal | 117 | 337 | 57 | 101 | 0 | 117 | 15 | 155 | 111 | 65 |
| Binary | 1001111 | 11011111 | 101111 | 1000001 | 0 | 1001111 | 1101 | 1101101 | 1001001 | 110101 |
Color Harmonies of #4FDF2F
Complementary color
Monochromatic Colors of #4FDF2F
Black with #4FDF2F
Text Example
Text Example
White with #4FDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDF2F; }
p { color: rgb(79,223,47); }
H1.HeaderClassName
{
color: #4FDF2F;
}
.AnyTagClassName
{
color: #4FDF2F;
}
</style>
background-color css
<style>
a { background-color: #4FDF2F; }
a { background-color: rgb(79,223,47); }
div.DivClassName
{
background-color: #4FDF2F;
}
.BgClassName
{
background-color: #4FDF2F;
}
</style>
border-color css
<style>
span { border-color: #4FDF2F; }
span { border-color: rgb(79,223,47); }
td.TdClassName
{
border-color: #4FDF2F;
}
.TagClassName
{
border-color: #4FDF2F;
}
</style>