Shades of Lime Green #4FDC38
Tints of Lime Green #4FDC38
RGB
CMYK
RGB Variations
Color information
#4FDC38 (or 0x4FDC38) is known color: Lime Green. HEX triplet: 4F, DC and 38. RGB value is (79,220,56). Sum of RGB (Red+Green+Blue) = 79+220+56=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDC38 is #B023C7. Grayscale: #9F9F9F. Windows color (decimal): -11543496 or 3726415. OLE color: 3726415.
HSL color Cylindrical-coordinate representation of color #4FDC38: hue angle of 111.59º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FDC38 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 56 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.14 |
| HSL | 111.59º | 0.7% | 0.54% | - |
| HSV(B) | 111.59º | 0.75% | 0.86% | - |
| XYZ | 29.53 | 53.13 | 12.44 | - |
| YUV | 159.15 | 69.79 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 56 | 0.64 | 0 | 0.75 | 0.14 | 111.59 | 0.7 | 0.54 |
| Hex | 4F | DC | 38 | 40 | 0 | 4B | E | 70 | 46 | 36 |
| Octal | 117 | 334 | 70 | 100 | 0 | 113 | 16 | 160 | 106 | 66 |
| Binary | 1001111 | 11011100 | 111000 | 1000000 | 0 | 1001011 | 1110 | 1110000 | 1000110 | 110110 |
Color Harmonies of #4FDC38
Complementary color
Monochromatic Colors of #4FDC38
Black with #4FDC38
Text Example
Text Example
White with #4FDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC38; }
p { color: rgb(79,220,56); }
H1.HeaderClassName
{
color: #4FDC38;
}
.AnyTagClassName
{
color: #4FDC38;
}
</style>
background-color css
<style>
a { background-color: #4FDC38; }
a { background-color: rgb(79,220,56); }
div.DivClassName
{
background-color: #4FDC38;
}
.BgClassName
{
background-color: #4FDC38;
}
</style>
border-color css
<style>
span { border-color: #4FDC38; }
span { border-color: rgb(79,220,56); }
td.TdClassName
{
border-color: #4FDC38;
}
.TagClassName
{
border-color: #4FDC38;
}
</style>