Shades of Lime Green #4DD53A
Tints of Lime Green #4DD53A
RGB
CMYK
RGB Variations
Color information
#4DD53A (or 0x4DD53A) is known color: Lime Green. HEX triplet: 4D, D5 and 3A. RGB value is (77,213,58). Sum of RGB (Red+Green+Blue) = 77+213+58=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD53A is #B22AC5. Grayscale: #9B9B9B. Windows color (decimal): -11676358 or 3855693. OLE color: 3855693.
HSL color Cylindrical-coordinate representation of color #4DD53A: hue angle of 112.65º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4DD53A is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 58 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.16 |
| HSL | 112.65º | 0.65% | 0.53% | - |
| HSV(B) | 112.65º | 0.73% | 0.84% | - |
| XYZ | 27.62 | 49.47 | 12.1 | - |
| YUV | 154.67 | 73.44 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 58 | 0.64 | 0 | 0.73 | 0.16 | 112.65 | 0.65 | 0.53 |
| Hex | 4D | D5 | 3A | 40 | 0 | 49 | 10 | 71 | 41 | 35 |
| Octal | 115 | 325 | 72 | 100 | 0 | 111 | 20 | 161 | 101 | 65 |
| Binary | 1001101 | 11010101 | 111010 | 1000000 | 0 | 1001001 | 10000 | 1110001 | 1000001 | 110101 |
Color Harmonies of #4DD53A
Complementary color
Monochromatic Colors of #4DD53A
Black with #4DD53A
Text Example
Text Example
White with #4DD53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD53A; }
p { color: rgb(77,213,58); }
H1.HeaderClassName
{
color: #4DD53A;
}
.AnyTagClassName
{
color: #4DD53A;
}
</style>
background-color css
<style>
a { background-color: #4DD53A; }
a { background-color: rgb(77,213,58); }
div.DivClassName
{
background-color: #4DD53A;
}
.BgClassName
{
background-color: #4DD53A;
}
</style>
border-color css
<style>
span { border-color: #4DD53A; }
span { border-color: rgb(77,213,58); }
td.TdClassName
{
border-color: #4DD53A;
}
.TagClassName
{
border-color: #4DD53A;
}
</style>