Shades of Lime Green #4FDD48
Tints of Lime Green #4FDD48
RGB
CMYK
RGB Variations
Color information
#4FDD48 (or 0x4FDD48) is known color: Lime Green. HEX triplet: 4F, DD and 48. RGB value is (79,221,72). Sum of RGB (Red+Green+Blue) = 79+221+72=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDD48 is #B022B7. Grayscale: #A2A2A2. Windows color (decimal): -11543224 or 4775247. OLE color: 4775247.
HSL color Cylindrical-coordinate representation of color #4FDD48: hue angle of 117.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDD48 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 72 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.13 |
| HSL | 117.18º | 0.69% | 0.57% | - |
| HSV(B) | 117.18º | 0.67% | 0.87% | - |
| XYZ | 30.25 | 53.84 | 14.93 | - |
| YUV | 161.56 | 77.46 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 72 | 0.64 | 0 | 0.67 | 0.13 | 117.18 | 0.69 | 0.57 |
| Hex | 4F | DD | 48 | 40 | 0 | 43 | D | 75 | 45 | 39 |
| Octal | 117 | 335 | 110 | 100 | 0 | 103 | 15 | 165 | 105 | 71 |
| Binary | 1001111 | 11011101 | 1001000 | 1000000 | 0 | 1000011 | 1101 | 1110101 | 1000101 | 111001 |
Color Harmonies of #4FDD48
Complementary color
Monochromatic Colors of #4FDD48
Black with #4FDD48
Text Example
Text Example
White with #4FDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD48; }
p { color: rgb(79,221,72); }
H1.HeaderClassName
{
color: #4FDD48;
}
.AnyTagClassName
{
color: #4FDD48;
}
</style>
background-color css
<style>
a { background-color: #4FDD48; }
a { background-color: rgb(79,221,72); }
div.DivClassName
{
background-color: #4FDD48;
}
.BgClassName
{
background-color: #4FDD48;
}
</style>
border-color css
<style>
span { border-color: #4FDD48; }
span { border-color: rgb(79,221,72); }
td.TdClassName
{
border-color: #4FDD48;
}
.TagClassName
{
border-color: #4FDD48;
}
</style>