Shades of Lime Green #4FDB3B
Tints of Lime Green #4FDB3B
RGB
CMYK
RGB Variations
Color information
#4FDB3B (or 0x4FDB3B) is known color: Lime Green. HEX triplet: 4F, DB and 3B. RGB value is (79,219,59). Sum of RGB (Red+Green+Blue) = 79+219+59=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 219 (85.94% from 255 or 61.34% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDB3B is #B024C4. Grayscale: #9F9F9F. Windows color (decimal): -11543749 or 3922767. OLE color: 3922767.
HSL color Cylindrical-coordinate representation of color #4FDB3B: hue angle of 112.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FDB3B is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 59 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.14 |
| HSL | 112.5º | 0.69% | 0.55% | - |
| HSV(B) | 112.5º | 0.73% | 0.86% | - |
| XYZ | 29.35 | 52.64 | 12.75 | - |
| YUV | 158.9 | 71.62 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 59 | 0.64 | 0 | 0.73 | 0.14 | 112.5 | 0.69 | 0.55 |
| Hex | 4F | DB | 3B | 40 | 0 | 49 | E | 70 | 45 | 37 |
| Octal | 117 | 333 | 73 | 100 | 0 | 111 | 16 | 160 | 105 | 67 |
| Binary | 1001111 | 11011011 | 111011 | 1000000 | 0 | 1001001 | 1110 | 1110000 | 1000101 | 110111 |
Color Harmonies of #4FDB3B
Complementary color
Monochromatic Colors of #4FDB3B
Black with #4FDB3B
Text Example
Text Example
White with #4FDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB3B; }
p { color: rgb(79,219,59); }
H1.HeaderClassName
{
color: #4FDB3B;
}
.AnyTagClassName
{
color: #4FDB3B;
}
</style>
background-color css
<style>
a { background-color: #4FDB3B; }
a { background-color: rgb(79,219,59); }
div.DivClassName
{
background-color: #4FDB3B;
}
.BgClassName
{
background-color: #4FDB3B;
}
</style>
border-color css
<style>
span { border-color: #4FDB3B; }
span { border-color: rgb(79,219,59); }
td.TdClassName
{
border-color: #4FDB3B;
}
.TagClassName
{
border-color: #4FDB3B;
}
</style>