Shades of Lime Green #4FDF38
Tints of Lime Green #4FDF38
RGB
CMYK
RGB Variations
Color information
#4FDF38 (or 0x4FDF38) is known color: Lime Green. HEX triplet: 4F, DF and 38. RGB value is (79,223,56). Sum of RGB (Red+Green+Blue) = 79+223+56=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDF38 is #B020C7. Grayscale: #A1A1A1. Windows color (decimal): -11542728 or 3727183. OLE color: 3727183.
HSL color Cylindrical-coordinate representation of color #4FDF38: hue angle of 111.74º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FDF38 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 56 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.13 |
| HSL | 111.74º | 0.72% | 0.55% | - |
| HSV(B) | 111.74º | 0.75% | 0.87% | - |
| XYZ | 30.33 | 54.72 | 12.71 | - |
| YUV | 160.91 | 68.79 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 56 | 0.65 | 0 | 0.75 | 0.13 | 111.74 | 0.72 | 0.55 |
| Hex | 4F | DF | 38 | 41 | 0 | 4B | D | 70 | 48 | 37 |
| Octal | 117 | 337 | 70 | 101 | 0 | 113 | 15 | 160 | 110 | 67 |
| Binary | 1001111 | 11011111 | 111000 | 1000001 | 0 | 1001011 | 1101 | 1110000 | 1001000 | 110111 |
Color Harmonies of #4FDF38
Complementary color
Monochromatic Colors of #4FDF38
Black with #4FDF38
Text Example
Text Example
White with #4FDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDF38; }
p { color: rgb(79,223,56); }
H1.HeaderClassName
{
color: #4FDF38;
}
.AnyTagClassName
{
color: #4FDF38;
}
</style>
background-color css
<style>
a { background-color: #4FDF38; }
a { background-color: rgb(79,223,56); }
div.DivClassName
{
background-color: #4FDF38;
}
.BgClassName
{
background-color: #4FDF38;
}
</style>
border-color css
<style>
span { border-color: #4FDF38; }
span { border-color: rgb(79,223,56); }
td.TdClassName
{
border-color: #4FDF38;
}
.TagClassName
{
border-color: #4FDF38;
}
</style>