Shades of Lime Green #4DDF38
Tints of Lime Green #4DDF38
RGB
CMYK
RGB Variations
Color information
#4DDF38 (or 0x4DDF38) is known color: Lime Green. HEX triplet: 4D, DF and 38. RGB value is (77,223,56). Sum of RGB (Red+Green+Blue) = 77+223+56=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDF38 is #B220C7. Grayscale: #A0A0A0. Windows color (decimal): -11673800 or 3727181. OLE color: 3727181.
HSL color Cylindrical-coordinate representation of color #4DDF38: hue angle of 112.46º 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 #4DDF38 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 56 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.13 |
| HSL | 112.46º | 0.72% | 0.55% | - |
| HSV(B) | 112.46º | 0.75% | 0.87% | - |
| XYZ | 30.16 | 54.64 | 12.7 | - |
| YUV | 160.31 | 69.13 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 56 | 0.65 | 0 | 0.75 | 0.13 | 112.46 | 0.72 | 0.55 |
| Hex | 4D | DF | 38 | 41 | 0 | 4B | D | 70 | 48 | 37 |
| Octal | 115 | 337 | 70 | 101 | 0 | 113 | 15 | 160 | 110 | 67 |
| Binary | 1001101 | 11011111 | 111000 | 1000001 | 0 | 1001011 | 1101 | 1110000 | 1001000 | 110111 |
Color Harmonies of #4DDF38
Complementary color
Monochromatic Colors of #4DDF38
Black with #4DDF38
Text Example
Text Example
White with #4DDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDF38; }
p { color: rgb(77,223,56); }
H1.HeaderClassName
{
color: #4DDF38;
}
.AnyTagClassName
{
color: #4DDF38;
}
</style>
background-color css
<style>
a { background-color: #4DDF38; }
a { background-color: rgb(77,223,56); }
div.DivClassName
{
background-color: #4DDF38;
}
.BgClassName
{
background-color: #4DDF38;
}
</style>
border-color css
<style>
span { border-color: #4DDF38; }
span { border-color: rgb(77,223,56); }
td.TdClassName
{
border-color: #4DDF38;
}
.TagClassName
{
border-color: #4DDF38;
}
</style>