Shades of Lime Green #4DD240
Tints of Lime Green #4DD240
RGB
CMYK
RGB Variations
Color information
#4DD240 (or 0x4DD240) is known color: Lime Green. HEX triplet: 4D, D2 and 40. RGB value is (77,210,64). Sum of RGB (Red+Green+Blue) = 77+210+64=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #4DD240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD240 is #B22DBF. Grayscale: #9A9A9A. Windows color (decimal): -11677120 or 4248141. OLE color: 4248141.
HSL color Cylindrical-coordinate representation of color #4DD240: hue angle of 114.66º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DD240 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 210 | 64 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.18 |
| HSL | 114.66º | 0.62% | 0.54% | - |
| HSV(B) | 114.66º | 0.7% | 0.82% | - |
| XYZ | 27.03 | 48.04 | 12.7 | - |
| YUV | 153.59 | 77.44 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 210 | 64 | 0.63 | 0 | 0.70 | 0.18 | 114.66 | 0.62 | 0.54 |
| Hex | 4D | D2 | 40 | 3F | 0 | 46 | 12 | 73 | 3E | 36 |
| Octal | 115 | 322 | 100 | 77 | 0 | 106 | 22 | 163 | 76 | 66 |
| Binary | 1001101 | 11010010 | 1000000 | 111111 | 0 | 1000110 | 10010 | 1110011 | 111110 | 110110 |
Color Harmonies of #4DD240
Complementary color
Monochromatic Colors of #4DD240
Black with #4DD240
Text Example
Text Example
White with #4DD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD240; }
p { color: rgb(77,210,64); }
H1.HeaderClassName
{
color: #4DD240;
}
.AnyTagClassName
{
color: #4DD240;
}
</style>
background-color css
<style>
a { background-color: #4DD240; }
a { background-color: rgb(77,210,64); }
div.DivClassName
{
background-color: #4DD240;
}
.BgClassName
{
background-color: #4DD240;
}
</style>
border-color css
<style>
span { border-color: #4DD240; }
span { border-color: rgb(77,210,64); }
td.TdClassName
{
border-color: #4DD240;
}
.TagClassName
{
border-color: #4DD240;
}
</style>