Shades of Lime Green #4DD52D
Tints of Lime Green #4DD52D
RGB
CMYK
RGB Variations
Color information
#4DD52D (or 0x4DD52D) is known color: Lime Green. HEX triplet: 4D, D5 and 2D. RGB value is (77,213,45). Sum of RGB (Red+Green+Blue) = 77+213+45=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD52D is #B22AD2. Grayscale: #999999. Windows color (decimal): -11676371 or 3003725. OLE color: 3003725.
HSL color Cylindrical-coordinate representation of color #4DD52D: hue angle of 108.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DD52D is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 45 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.16 |
| HSL | 108.57º | 0.67% | 0.51% | - |
| HSV(B) | 108.57º | 0.79% | 0.84% | - |
| XYZ | 27.33 | 49.36 | 10.57 | - |
| YUV | 153.18 | 66.94 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 45 | 0.64 | 0 | 0.79 | 0.16 | 108.57 | 0.67 | 0.51 |
| Hex | 4D | D5 | 2D | 40 | 0 | 4F | 10 | 6D | 43 | 33 |
| Octal | 115 | 325 | 55 | 100 | 0 | 117 | 20 | 155 | 103 | 63 |
| Binary | 1001101 | 11010101 | 101101 | 1000000 | 0 | 1001111 | 10000 | 1101101 | 1000011 | 110011 |
Color Harmonies of #4DD52D
Complementary color
Monochromatic Colors of #4DD52D
Black with #4DD52D
Text Example
Text Example
White with #4DD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD52D; }
p { color: rgb(77,213,45); }
H1.HeaderClassName
{
color: #4DD52D;
}
.AnyTagClassName
{
color: #4DD52D;
}
</style>
background-color css
<style>
a { background-color: #4DD52D; }
a { background-color: rgb(77,213,45); }
div.DivClassName
{
background-color: #4DD52D;
}
.BgClassName
{
background-color: #4DD52D;
}
</style>
border-color css
<style>
span { border-color: #4DD52D; }
span { border-color: rgb(77,213,45); }
td.TdClassName
{
border-color: #4DD52D;
}
.TagClassName
{
border-color: #4DD52D;
}
</style>