Shades of Lime Green #4DDE3B
Tints of Lime Green #4DDE3B
RGB
CMYK
RGB Variations
Color information
#4DDE3B (or 0x4DDE3B) is known color: Lime Green. HEX triplet: 4D, DE and 3B. RGB value is (77,222,59). Sum of RGB (Red+Green+Blue) = 77+222+59=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 222 (87.11% from 255 or 62.01% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDE3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDE3B is #B221C4. Grayscale: #A0A0A0. Windows color (decimal): -11674053 or 3923533. OLE color: 3923533.
HSL color Cylindrical-coordinate representation of color #4DDE3B: hue angle of 113.37º 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 #4DDE3B is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 222 | 59 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.13 |
| HSL | 113.37º | 0.71% | 0.55% | - |
| HSV(B) | 113.37º | 0.73% | 0.87% | - |
| XYZ | 29.97 | 54.14 | 13.01 | - |
| YUV | 160.06 | 70.96 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 59 | 0.65 | 0 | 0.73 | 0.13 | 113.37 | 0.71 | 0.55 |
| Hex | 4D | DE | 3B | 41 | 0 | 49 | D | 71 | 47 | 37 |
| Octal | 115 | 336 | 73 | 101 | 0 | 111 | 15 | 161 | 107 | 67 |
| Binary | 1001101 | 11011110 | 111011 | 1000001 | 0 | 1001001 | 1101 | 1110001 | 1000111 | 110111 |
Color Harmonies of #4DDE3B
Complementary color
Monochromatic Colors of #4DDE3B
Black with #4DDE3B
Text Example
Text Example
White with #4DDE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDE3B; }
p { color: rgb(77,222,59); }
H1.HeaderClassName
{
color: #4DDE3B;
}
.AnyTagClassName
{
color: #4DDE3B;
}
</style>
background-color css
<style>
a { background-color: #4DDE3B; }
a { background-color: rgb(77,222,59); }
div.DivClassName
{
background-color: #4DDE3B;
}
.BgClassName
{
background-color: #4DDE3B;
}
</style>
border-color css
<style>
span { border-color: #4DDE3B; }
span { border-color: rgb(77,222,59); }
td.TdClassName
{
border-color: #4DDE3B;
}
.TagClassName
{
border-color: #4DDE3B;
}
</style>