#4DD94D

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

Shades of Lime Green #4DD94D

Tints of Lime Green #4DD94D

Color information

#4DD94D (or 0x4DD94D) is unknown color: approx Lime Green. HEX triplet: 4D, D9 and 4D. RGB value is (77,217,77). Sum of RGB (Red+Green+Blue) = 77+217+77=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD94D is #B226B2. Grayscale: #9F9F9F. Windows color (decimal): -11675315 or 5101901. OLE color: 5101901.

HSL color Cylindrical-coordinate representation of color #4DD94D: hue angle of 120º 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 #4DD94D is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB7721777-
CMYK0.6500.650.15
HSL120º64.81%57.65%-
HSV(B)120º64.52%85.1%-
XYZ29.2151.7415.47-
YUV159.1881.6269.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.75%
GREEN value IS 217 (85.16% from 255) = 58.49%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=20.75%
G=58.49%
B=20.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal77217770.6500.650.1512064.8157.65
Hex4DD94D41041F78413a
Octal11533111510101011717010172
Binary1001101110110011001101100000101000001111111110001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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