Shades of Lime Green #4DD534
Tints of Lime Green #4DD534
RGB
CMYK
RGB Variations
Color information
#4DD534 (or 0x4DD534) is known color: Lime Green. HEX triplet: 4D, D5 and 34. RGB value is (77,213,52). Sum of RGB (Red+Green+Blue) = 77+213+52=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD534 is #B22ACB. Grayscale: #9A9A9A. Windows color (decimal): -11676364 or 3462477. OLE color: 3462477.
HSL color Cylindrical-coordinate representation of color #4DD534: hue angle of 110.68º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DD534 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 52 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.16 |
| HSL | 110.68º | 0.66% | 0.52% | - |
| HSV(B) | 110.68º | 0.76% | 0.84% | - |
| XYZ | 27.47 | 49.41 | 11.34 | - |
| YUV | 153.98 | 70.44 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 52 | 0.64 | 0 | 0.76 | 0.16 | 110.68 | 0.66 | 0.52 |
| Hex | 4D | D5 | 34 | 40 | 0 | 4C | 10 | 6F | 42 | 34 |
| Octal | 115 | 325 | 64 | 100 | 0 | 114 | 20 | 157 | 102 | 64 |
| Binary | 1001101 | 11010101 | 110100 | 1000000 | 0 | 1001100 | 10000 | 1101111 | 1000010 | 110100 |
Color Harmonies of #4DD534
Complementary color
Monochromatic Colors of #4DD534
Black with #4DD534
Text Example
Text Example
White with #4DD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD534; }
p { color: rgb(77,213,52); }
H1.HeaderClassName
{
color: #4DD534;
}
.AnyTagClassName
{
color: #4DD534;
}
</style>
background-color css
<style>
a { background-color: #4DD534; }
a { background-color: rgb(77,213,52); }
div.DivClassName
{
background-color: #4DD534;
}
.BgClassName
{
background-color: #4DD534;
}
</style>
border-color css
<style>
span { border-color: #4DD534; }
span { border-color: rgb(77,213,52); }
td.TdClassName
{
border-color: #4DD534;
}
.TagClassName
{
border-color: #4DD534;
}
</style>