Shades of Lime Green #4DDD2B
Tints of Lime Green #4DDD2B
RGB
CMYK
RGB Variations
Color information
#4DDD2B (or 0x4DDD2B) is known color: Lime Green. HEX triplet: 4D, DD and 2B. RGB value is (77,221,43). Sum of RGB (Red+Green+Blue) = 77+221+43=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDD2B is #B222D4. Grayscale: #9E9E9E. Windows color (decimal): -11674325 or 2874701. OLE color: 2874701.
HSL color Cylindrical-coordinate representation of color #4DDD2B: hue angle of 108.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DDD2B is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 43 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.13 |
| HSL | 108.54º | 0.72% | 0.52% | - |
| HSV(B) | 108.54º | 0.81% | 0.87% | - |
| XYZ | 29.35 | 53.47 | 11.06 | - |
| YUV | 157.65 | 63.29 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 43 | 0.65 | 0 | 0.81 | 0.13 | 108.54 | 0.72 | 0.52 |
| Hex | 4D | DD | 2B | 41 | 0 | 51 | D | 6D | 48 | 34 |
| Octal | 115 | 335 | 53 | 101 | 0 | 121 | 15 | 155 | 110 | 64 |
| Binary | 1001101 | 11011101 | 101011 | 1000001 | 0 | 1010001 | 1101 | 1101101 | 1001000 | 110100 |
Color Harmonies of #4DDD2B
Complementary color
Monochromatic Colors of #4DDD2B
Black with #4DDD2B
Text Example
Text Example
White with #4DDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD2B; }
p { color: rgb(77,221,43); }
H1.HeaderClassName
{
color: #4DDD2B;
}
.AnyTagClassName
{
color: #4DDD2B;
}
</style>
background-color css
<style>
a { background-color: #4DDD2B; }
a { background-color: rgb(77,221,43); }
div.DivClassName
{
background-color: #4DDD2B;
}
.BgClassName
{
background-color: #4DDD2B;
}
</style>
border-color css
<style>
span { border-color: #4DDD2B; }
span { border-color: rgb(77,221,43); }
td.TdClassName
{
border-color: #4DDD2B;
}
.TagClassName
{
border-color: #4DDD2B;
}
</style>