#4DDD47

Color #4DDD47 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4DDD47

Tints of Lime Green #4DDD47

Color information

#4DDD47 (or 0x4DDD47) is unknown color: approx Lime Green. HEX triplet: 4D, DD and 47. RGB value is (77,221,71). Sum of RGB (Red+Green+Blue) = 77+221+71=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDD47 is #B222B8. Grayscale: #A1A1A1. Windows color (decimal): -11674297 or 4709709. OLE color: 4709709.

HSL color Cylindrical-coordinate representation of color #4DDD47: hue angle of 117.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DDD47 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB7722171-
CMYK0.6500.680.13
HSL117.6º68.81%57.25%-
HSV(B)117.6º67.87%86.67%-
XYZ30.0553.7514.75-
YUV160.8477.2968.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 20.87%
GREEN value IS 221 (86.72% from 255) = 59.89%
BLUE value IS 71 (28.12% from 255) = 19.24%
R=20.87%
G=59.89%
B=19.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77221710.6500.680.13117.668.8157.25
Hex4DDD4741044D764539
Octal11533510710101041516610571
Binary1001101110111011000111100000101000100110111101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DDD47; }

 p { color: rgb(77,221,71); }

 H1.HeaderClassName
 {
   color: #4DDD47;
 }
 .AnyTagClassName
 {
   color: #4DDD47;
 }
</style>
background-color css

<style>
 a { background-color: #4DDD47; }

 a { background-color: rgb(77,221,71); }

 div.DivClassName
 {
   background-color: #4DDD47;
 }
 .BgClassName
 {
   background-color: #4DDD47;
 }
</style>
border-color css

<style>
 span { border-color: #4DDD47; }

 span { border-color: rgb(77,221,71); }

 td.TdClassName
 {
   border-color: #4DDD47;
 }
 .TagClassName
 {
   border-color: #4DDD47;
 }
</style>