Shades of Lime Green #4DDC53
Tints of Lime Green #4DDC53
RGB
CMYK
RGB Variations
Color information
#4DDC53 (or 0x4DDC53) is known color: Lime Green. HEX triplet: 4D, DC and 53. RGB value is (77,220,83). Sum of RGB (Red+Green+Blue) = 77+220+83=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDC53 is #B223AC. Grayscale: #A2A2A2. Windows color (decimal): -11674541 or 5495885. OLE color: 5495885.
HSL color Cylindrical-coordinate representation of color #4DDC53: hue angle of 122.52º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDC53 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 83 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.14 |
| HSL | 122.52º | 0.67% | 0.58% | - |
| HSV(B) | 122.52º | 0.65% | 0.86% | - |
| XYZ | 30.22 | 53.39 | 16.9 | - |
| YUV | 161.63 | 83.62 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 83 | 0.65 | 0 | 0.62 | 0.14 | 122.52 | 0.67 | 0.58 |
| Hex | 4D | DC | 53 | 41 | 0 | 3E | E | 7B | 43 | 3A |
| Octal | 115 | 334 | 123 | 101 | 0 | 76 | 16 | 173 | 103 | 72 |
| Binary | 1001101 | 11011100 | 1010011 | 1000001 | 0 | 111110 | 1110 | 1111011 | 1000011 | 111010 |
Color Harmonies of #4DDC53
Complementary color
Monochromatic Colors of #4DDC53
Black with #4DDC53
Text Example
Text Example
White with #4DDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDC53; }
p { color: rgb(77,220,83); }
H1.HeaderClassName
{
color: #4DDC53;
}
.AnyTagClassName
{
color: #4DDC53;
}
</style>
background-color css
<style>
a { background-color: #4DDC53; }
a { background-color: rgb(77,220,83); }
div.DivClassName
{
background-color: #4DDC53;
}
.BgClassName
{
background-color: #4DDC53;
}
</style>
border-color css
<style>
span { border-color: #4DDC53; }
span { border-color: rgb(77,220,83); }
td.TdClassName
{
border-color: #4DDC53;
}
.TagClassName
{
border-color: #4DDC53;
}
</style>