Shades of Lime Green #4FDD3D
Tints of Lime Green #4FDD3D
RGB
CMYK
RGB Variations
Color information
#4FDD3D (or 0x4FDD3D) is known color: Lime Green. HEX triplet: 4F, DD and 3D. RGB value is (79,221,61). Sum of RGB (Red+Green+Blue) = 79+221+61=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDD3D is #B022C2. Grayscale: #A0A0A0. Windows color (decimal): -11543235 or 4054351. OLE color: 4054351.
HSL color Cylindrical-coordinate representation of color #4FDD3D: hue angle of 113.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4FDD3D is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 61 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.13 |
| HSL | 113.25º | 0.7% | 0.55% | - |
| HSV(B) | 113.25º | 0.72% | 0.87% | - |
| XYZ | 29.92 | 53.71 | 13.21 | - |
| YUV | 160.3 | 71.96 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 61 | 0.64 | 0 | 0.72 | 0.13 | 113.25 | 0.7 | 0.55 |
| Hex | 4F | DD | 3D | 40 | 0 | 48 | D | 71 | 46 | 37 |
| Octal | 117 | 335 | 75 | 100 | 0 | 110 | 15 | 161 | 106 | 67 |
| Binary | 1001111 | 11011101 | 111101 | 1000000 | 0 | 1001000 | 1101 | 1110001 | 1000110 | 110111 |
Color Harmonies of #4FDD3D
Complementary color
Monochromatic Colors of #4FDD3D
Black with #4FDD3D
Text Example
Text Example
White with #4FDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD3D; }
p { color: rgb(79,221,61); }
H1.HeaderClassName
{
color: #4FDD3D;
}
.AnyTagClassName
{
color: #4FDD3D;
}
</style>
background-color css
<style>
a { background-color: #4FDD3D; }
a { background-color: rgb(79,221,61); }
div.DivClassName
{
background-color: #4FDD3D;
}
.BgClassName
{
background-color: #4FDD3D;
}
</style>
border-color css
<style>
span { border-color: #4FDD3D; }
span { border-color: rgb(79,221,61); }
td.TdClassName
{
border-color: #4FDD3D;
}
.TagClassName
{
border-color: #4FDD3D;
}
</style>