Shades of Lime Green #4FDB38
Tints of Lime Green #4FDB38
RGB
CMYK
RGB Variations
Color information
#4FDB38 (or 0x4FDB38) is known color: Lime Green. HEX triplet: 4F, DB and 38. RGB value is (79,219,56). Sum of RGB (Red+Green+Blue) = 79+219+56=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 219 (85.94% from 255 or 61.86% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDB38 is #B024C7. Grayscale: #9F9F9F. Windows color (decimal): -11543752 or 3726159. OLE color: 3726159.
HSL color Cylindrical-coordinate representation of color #4FDB38: hue angle of 111.53º 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 #4FDB38 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 56 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.14 |
| HSL | 111.53º | 0.69% | 0.54% | - |
| HSV(B) | 111.53º | 0.74% | 0.86% | - |
| XYZ | 29.27 | 52.61 | 12.35 | - |
| YUV | 158.56 | 70.12 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 56 | 0.64 | 0 | 0.74 | 0.14 | 111.53 | 0.69 | 0.54 |
| Hex | 4F | DB | 38 | 40 | 0 | 4A | E | 70 | 45 | 36 |
| Octal | 117 | 333 | 70 | 100 | 0 | 112 | 16 | 160 | 105 | 66 |
| Binary | 1001111 | 11011011 | 111000 | 1000000 | 0 | 1001010 | 1110 | 1110000 | 1000101 | 110110 |
Color Harmonies of #4FDB38
Complementary color
Monochromatic Colors of #4FDB38
Black with #4FDB38
Text Example
Text Example
White with #4FDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB38; }
p { color: rgb(79,219,56); }
H1.HeaderClassName
{
color: #4FDB38;
}
.AnyTagClassName
{
color: #4FDB38;
}
</style>
background-color css
<style>
a { background-color: #4FDB38; }
a { background-color: rgb(79,219,56); }
div.DivClassName
{
background-color: #4FDB38;
}
.BgClassName
{
background-color: #4FDB38;
}
</style>
border-color css
<style>
span { border-color: #4FDB38; }
span { border-color: rgb(79,219,56); }
td.TdClassName
{
border-color: #4FDB38;
}
.TagClassName
{
border-color: #4FDB38;
}
</style>