Shades of Lime Green #4DDC4B
Tints of Lime Green #4DDC4B
RGB
CMYK
RGB Variations
Color information
#4DDC4B (or 0x4DDC4B) is known color: Lime Green. HEX triplet: 4D, DC and 4B. RGB value is (77,220,75). Sum of RGB (Red+Green+Blue) = 77+220+75=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDC4B is #B223B4. Grayscale: #A1A1A1. Windows color (decimal): -11674549 or 4971597. OLE color: 4971597.
HSL color Cylindrical-coordinate representation of color #4DDC4B: hue angle of 119.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DDC4B is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 75 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.14 |
| HSL | 119.17º | 0.67% | 0.58% | - |
| HSV(B) | 119.17º | 0.66% | 0.86% | - |
| XYZ | 29.92 | 53.27 | 15.36 | - |
| YUV | 160.71 | 79.62 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 75 | 0.65 | 0 | 0.66 | 0.14 | 119.17 | 0.67 | 0.58 |
| Hex | 4D | DC | 4B | 41 | 0 | 42 | E | 77 | 43 | 3A |
| Octal | 115 | 334 | 113 | 101 | 0 | 102 | 16 | 167 | 103 | 72 |
| Binary | 1001101 | 11011100 | 1001011 | 1000001 | 0 | 1000010 | 1110 | 1110111 | 1000011 | 111010 |
Color Harmonies of #4DDC4B
Complementary color
Monochromatic Colors of #4DDC4B
Black with #4DDC4B
Text Example
Text Example
White with #4DDC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDC4B; }
p { color: rgb(77,220,75); }
H1.HeaderClassName
{
color: #4DDC4B;
}
.AnyTagClassName
{
color: #4DDC4B;
}
</style>
background-color css
<style>
a { background-color: #4DDC4B; }
a { background-color: rgb(77,220,75); }
div.DivClassName
{
background-color: #4DDC4B;
}
.BgClassName
{
background-color: #4DDC4B;
}
</style>
border-color css
<style>
span { border-color: #4DDC4B; }
span { border-color: rgb(77,220,75); }
td.TdClassName
{
border-color: #4DDC4B;
}
.TagClassName
{
border-color: #4DDC4B;
}
</style>