Shades of Lime Green #4DDE3D
Tints of Lime Green #4DDE3D
RGB
CMYK
RGB Variations
Color information
#4DDE3D (or 0x4DDE3D) is known color: Lime Green. HEX triplet: 4D, DE and 3D. RGB value is (77,222,61). Sum of RGB (Red+Green+Blue) = 77+222+61=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 222 (87.11% from 255 or 61.67% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDE3D is #B221C2. Grayscale: #A0A0A0. Windows color (decimal): -11674051 or 4054605. OLE color: 4054605.
HSL color Cylindrical-coordinate representation of color #4DDE3D: hue angle of 114.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4DDE3D is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 222 | 61 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.13 |
| HSL | 114.04º | 0.71% | 0.55% | - |
| HSV(B) | 114.04º | 0.73% | 0.87% | - |
| XYZ | 30.02 | 54.16 | 13.29 | - |
| YUV | 160.29 | 71.96 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 61 | 0.65 | 0 | 0.73 | 0.13 | 114.04 | 0.71 | 0.55 |
| Hex | 4D | DE | 3D | 41 | 0 | 49 | D | 72 | 47 | 37 |
| Octal | 115 | 336 | 75 | 101 | 0 | 111 | 15 | 162 | 107 | 67 |
| Binary | 1001101 | 11011110 | 111101 | 1000001 | 0 | 1001001 | 1101 | 1110010 | 1000111 | 110111 |
Color Harmonies of #4DDE3D
Complementary color
Monochromatic Colors of #4DDE3D
Black with #4DDE3D
Text Example
Text Example
White with #4DDE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDE3D; }
p { color: rgb(77,222,61); }
H1.HeaderClassName
{
color: #4DDE3D;
}
.AnyTagClassName
{
color: #4DDE3D;
}
</style>
background-color css
<style>
a { background-color: #4DDE3D; }
a { background-color: rgb(77,222,61); }
div.DivClassName
{
background-color: #4DDE3D;
}
.BgClassName
{
background-color: #4DDE3D;
}
</style>
border-color css
<style>
span { border-color: #4DDE3D; }
span { border-color: rgb(77,222,61); }
td.TdClassName
{
border-color: #4DDE3D;
}
.TagClassName
{
border-color: #4DDE3D;
}
</style>