Shades of Lime Green #4DD034
Tints of Lime Green #4DD034
RGB
CMYK
RGB Variations
Color information
#4DD034 (or 0x4DD034) is known color: Lime Green. HEX triplet: 4D, D0 and 34. RGB value is (77,208,52). Sum of RGB (Red+Green+Blue) = 77+208+52=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD034 is #B22FCB. Grayscale: #979797. Windows color (decimal): -11677644 or 3461197. OLE color: 3461197.
HSL color Cylindrical-coordinate representation of color #4DD034: hue angle of 110.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DD034 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 52 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.18 |
| HSL | 110.38º | 0.62% | 0.51% | - |
| HSV(B) | 110.38º | 0.75% | 0.82% | - |
| XYZ | 26.24 | 46.94 | 10.93 | - |
| YUV | 151.05 | 72.1 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 52 | 0.63 | 0 | 0.75 | 0.18 | 110.38 | 0.62 | 0.51 |
| Hex | 4D | D0 | 34 | 3F | 0 | 4B | 12 | 6E | 3E | 33 |
| Octal | 115 | 320 | 64 | 77 | 0 | 113 | 22 | 156 | 76 | 63 |
| Binary | 1001101 | 11010000 | 110100 | 111111 | 0 | 1001011 | 10010 | 1101110 | 111110 | 110011 |
Color Harmonies of #4DD034
Complementary color
Monochromatic Colors of #4DD034
Black with #4DD034
Text Example
Text Example
White with #4DD034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD034; }
p { color: rgb(77,208,52); }
H1.HeaderClassName
{
color: #4DD034;
}
.AnyTagClassName
{
color: #4DD034;
}
</style>
background-color css
<style>
a { background-color: #4DD034; }
a { background-color: rgb(77,208,52); }
div.DivClassName
{
background-color: #4DD034;
}
.BgClassName
{
background-color: #4DD034;
}
</style>
border-color css
<style>
span { border-color: #4DD034; }
span { border-color: rgb(77,208,52); }
td.TdClassName
{
border-color: #4DD034;
}
.TagClassName
{
border-color: #4DD034;
}
</style>