Shades of Lime Green #4FDB3A
Tints of Lime Green #4FDB3A
RGB
CMYK
RGB Variations
Color information
#4FDB3A (or 0x4FDB3A) is known color: Lime Green. HEX triplet: 4F, DB and 3A. RGB value is (79,219,58). Sum of RGB (Red+Green+Blue) = 79+219+58=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDB3A is #B024C5. Grayscale: #9F9F9F. Windows color (decimal): -11543750 or 3857231. OLE color: 3857231.
HSL color Cylindrical-coordinate representation of color #4FDB3A: hue angle of 112.17º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4FDB3A is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 58 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.14 |
| HSL | 112.17º | 0.69% | 0.54% | - |
| HSV(B) | 112.17º | 0.74% | 0.86% | - |
| XYZ | 29.32 | 52.63 | 12.62 | - |
| YUV | 158.79 | 71.12 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 58 | 0.64 | 0 | 0.74 | 0.14 | 112.17 | 0.69 | 0.54 |
| Hex | 4F | DB | 3A | 40 | 0 | 4A | E | 70 | 45 | 36 |
| Octal | 117 | 333 | 72 | 100 | 0 | 112 | 16 | 160 | 105 | 66 |
| Binary | 1001111 | 11011011 | 111010 | 1000000 | 0 | 1001010 | 1110 | 1110000 | 1000101 | 110110 |
Color Harmonies of #4FDB3A
Complementary color
Monochromatic Colors of #4FDB3A
Black with #4FDB3A
Text Example
Text Example
White with #4FDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB3A; }
p { color: rgb(79,219,58); }
H1.HeaderClassName
{
color: #4FDB3A;
}
.AnyTagClassName
{
color: #4FDB3A;
}
</style>
background-color css
<style>
a { background-color: #4FDB3A; }
a { background-color: rgb(79,219,58); }
div.DivClassName
{
background-color: #4FDB3A;
}
.BgClassName
{
background-color: #4FDB3A;
}
</style>
border-color css
<style>
span { border-color: #4FDB3A; }
span { border-color: rgb(79,219,58); }
td.TdClassName
{
border-color: #4FDB3A;
}
.TagClassName
{
border-color: #4FDB3A;
}
</style>