Shades of Lime Green #4FDB48
Tints of Lime Green #4FDB48
RGB
CMYK
RGB Variations
Color information
#4FDB48 (or 0x4FDB48) is known color: Lime Green. HEX triplet: 4F, DB and 48. RGB value is (79,219,72). Sum of RGB (Red+Green+Blue) = 79+219+72=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDB48 is #B024B7. Grayscale: #A0A0A0. Windows color (decimal): -11543736 or 4774735. OLE color: 4774735.
HSL color Cylindrical-coordinate representation of color #4FDB48: hue angle of 117.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDB48 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 72 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.14 |
| HSL | 117.14º | 0.67% | 0.57% | - |
| HSV(B) | 117.14º | 0.67% | 0.86% | - |
| XYZ | 29.73 | 52.79 | 14.75 | - |
| YUV | 160.38 | 78.12 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 72 | 0.64 | 0 | 0.67 | 0.14 | 117.14 | 0.67 | 0.57 |
| Hex | 4F | DB | 48 | 40 | 0 | 43 | E | 75 | 43 | 39 |
| Octal | 117 | 333 | 110 | 100 | 0 | 103 | 16 | 165 | 103 | 71 |
| Binary | 1001111 | 11011011 | 1001000 | 1000000 | 0 | 1000011 | 1110 | 1110101 | 1000011 | 111001 |
Color Harmonies of #4FDB48
Complementary color
Monochromatic Colors of #4FDB48
Black with #4FDB48
Text Example
Text Example
White with #4FDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB48; }
p { color: rgb(79,219,72); }
H1.HeaderClassName
{
color: #4FDB48;
}
.AnyTagClassName
{
color: #4FDB48;
}
</style>
background-color css
<style>
a { background-color: #4FDB48; }
a { background-color: rgb(79,219,72); }
div.DivClassName
{
background-color: #4FDB48;
}
.BgClassName
{
background-color: #4FDB48;
}
</style>
border-color css
<style>
span { border-color: #4FDB48; }
span { border-color: rgb(79,219,72); }
td.TdClassName
{
border-color: #4FDB48;
}
.TagClassName
{
border-color: #4FDB48;
}
</style>