#4DD94F

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

Shades of Lime Green #4DD94F

Tints of Lime Green #4DD94F

Color information

#4DD94F (or 0x4DD94F) is unknown color: approx Lime Green. HEX triplet: 4D, D9 and 4F. RGB value is (77,217,79). Sum of RGB (Red+Green+Blue) = 77+217+79=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 217 (85.16% from 255 or 58.18% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD94F is #B226B0. Grayscale: #9F9F9F. Windows color (decimal): -11675313 or 5232973. OLE color: 5232973.

HSL color Cylindrical-coordinate representation of color #4DD94F: hue angle of 120.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD94F is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB7721779-
CMYK0.6500.640.15
HSL120.86º64.81%57.65%-
HSV(B)120.86º64.52%85.1%-
XYZ29.2851.7715.85-
YUV159.4182.6269.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.64%
GREEN value IS 217 (85.16% from 255) = 58.18%
BLUE value IS 79 (31.25% from 255) = 21.18%
R=20.64%
G=58.18%
B=21.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal77217790.6500.640.15120.8664.8157.65
Hex4DD94F41040F79413a
Octal11533111710101001717110172
Binary1001101110110011001111100000101000000111111110011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,217,79); }

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

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

 a { background-color: rgb(77,217,79); }

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

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

 span { border-color: rgb(77,217,79); }

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