Shades of Lime Green #4FDD2C
Tints of Lime Green #4FDD2C
RGB
CMYK
RGB Variations
Color information
#4FDD2C (or 0x4FDD2C) is known color: Lime Green. HEX triplet: 4F, DD and 2C. RGB value is (79,221,44). Sum of RGB (Red+Green+Blue) = 79+221+44=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDD2C is #B022D3. Grayscale: #9E9E9E. Windows color (decimal): -11543252 or 2940239. OLE color: 2940239.
HSL color Cylindrical-coordinate representation of color #4FDD2C: hue angle of 108.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4FDD2C is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 44 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.13 |
| HSL | 108.14º | 0.72% | 0.52% | - |
| HSV(B) | 108.14º | 0.8% | 0.87% | - |
| XYZ | 29.54 | 53.56 | 11.16 | - |
| YUV | 158.36 | 63.46 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 44 | 0.64 | 0 | 0.80 | 0.13 | 108.14 | 0.72 | 0.52 |
| Hex | 4F | DD | 2C | 40 | 0 | 50 | D | 6C | 48 | 34 |
| Octal | 117 | 335 | 54 | 100 | 0 | 120 | 15 | 154 | 110 | 64 |
| Binary | 1001111 | 11011101 | 101100 | 1000000 | 0 | 1010000 | 1101 | 1101100 | 1001000 | 110100 |
Color Harmonies of #4FDD2C
Complementary color
Monochromatic Colors of #4FDD2C
Black with #4FDD2C
Text Example
Text Example
White with #4FDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD2C; }
p { color: rgb(79,221,44); }
H1.HeaderClassName
{
color: #4FDD2C;
}
.AnyTagClassName
{
color: #4FDD2C;
}
</style>
background-color css
<style>
a { background-color: #4FDD2C; }
a { background-color: rgb(79,221,44); }
div.DivClassName
{
background-color: #4FDD2C;
}
.BgClassName
{
background-color: #4FDD2C;
}
</style>
border-color css
<style>
span { border-color: #4FDD2C; }
span { border-color: rgb(79,221,44); }
td.TdClassName
{
border-color: #4FDD2C;
}
.TagClassName
{
border-color: #4FDD2C;
}
</style>