Shades of Lime Green #4DD048
Tints of Lime Green #4DD048
RGB
CMYK
RGB Variations
Color information
#4DD048 (or 0x4DD048) is known color: Lime Green. HEX triplet: 4D, D0 and 48. RGB value is (77,208,72). Sum of RGB (Red+Green+Blue) = 77+208+72=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD048 is #B22FB7. Grayscale: #999999. Windows color (decimal): -11677624 or 4771917. OLE color: 4771917.
HSL color Cylindrical-coordinate representation of color #4DD048: hue angle of 117.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD048 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 72 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.18 |
| HSL | 117.79º | 0.59% | 0.55% | - |
| HSV(B) | 117.79º | 0.65% | 0.82% | - |
| XYZ | 26.79 | 47.16 | 13.82 | - |
| YUV | 153.33 | 82.1 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 72 | 0.63 | 0 | 0.65 | 0.18 | 117.79 | 0.59 | 0.55 |
| Hex | 4D | D0 | 48 | 3F | 0 | 41 | 12 | 76 | 3B | 37 |
| Octal | 115 | 320 | 110 | 77 | 0 | 101 | 22 | 166 | 73 | 67 |
| Binary | 1001101 | 11010000 | 1001000 | 111111 | 0 | 1000001 | 10010 | 1110110 | 111011 | 110111 |
Color Harmonies of #4DD048
Complementary color
Monochromatic Colors of #4DD048
Black with #4DD048
Text Example
Text Example
White with #4DD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD048; }
p { color: rgb(77,208,72); }
H1.HeaderClassName
{
color: #4DD048;
}
.AnyTagClassName
{
color: #4DD048;
}
</style>
background-color css
<style>
a { background-color: #4DD048; }
a { background-color: rgb(77,208,72); }
div.DivClassName
{
background-color: #4DD048;
}
.BgClassName
{
background-color: #4DD048;
}
</style>
border-color css
<style>
span { border-color: #4DD048; }
span { border-color: rgb(77,208,72); }
td.TdClassName
{
border-color: #4DD048;
}
.TagClassName
{
border-color: #4DD048;
}
</style>