Shades of Lime Green #4DD030
Tints of Lime Green #4DD030
RGB
CMYK
RGB Variations
Color information
#4DD030 (or 0x4DD030) is known color: Lime Green. HEX triplet: 4D, D0 and 30. RGB value is (77,208,48). Sum of RGB (Red+Green+Blue) = 77+208+48=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD030 is #B22FCF. Grayscale: #979797. Windows color (decimal): -11677648 or 3199053. OLE color: 3199053.
HSL color Cylindrical-coordinate representation of color #4DD030: hue angle of 109.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DD030 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 48 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.18 |
| HSL | 109.13º | 0.63% | 0.5% | - |
| HSV(B) | 109.13º | 0.77% | 0.82% | - |
| XYZ | 26.15 | 46.9 | 10.47 | - |
| YUV | 150.59 | 70.1 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 48 | 0.63 | 0 | 0.77 | 0.18 | 109.13 | 0.63 | 0.5 |
| Hex | 4D | D0 | 30 | 3F | 0 | 4D | 12 | 6D | 3F | 32 |
| Octal | 115 | 320 | 60 | 77 | 0 | 115 | 22 | 155 | 77 | 62 |
| Binary | 1001101 | 11010000 | 110000 | 111111 | 0 | 1001101 | 10010 | 1101101 | 111111 | 110010 |
Color Harmonies of #4DD030
Complementary color
Monochromatic Colors of #4DD030
Black with #4DD030
Text Example
Text Example
White with #4DD030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD030; }
p { color: rgb(77,208,48); }
H1.HeaderClassName
{
color: #4DD030;
}
.AnyTagClassName
{
color: #4DD030;
}
</style>
background-color css
<style>
a { background-color: #4DD030; }
a { background-color: rgb(77,208,48); }
div.DivClassName
{
background-color: #4DD030;
}
.BgClassName
{
background-color: #4DD030;
}
</style>
border-color css
<style>
span { border-color: #4DD030; }
span { border-color: rgb(77,208,48); }
td.TdClassName
{
border-color: #4DD030;
}
.TagClassName
{
border-color: #4DD030;
}
</style>