#4DD346

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

Shades of Lime Green #4DD346

Tints of Lime Green #4DD346

Color information

#4DD346 (or 0x4DD346) is unknown color: approx Lime Green. HEX triplet: 4D, D3 and 46. RGB value is (77,211,70). Sum of RGB (Red+Green+Blue) = 77+211+70=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 211 (82.81% from 255 or 58.94% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD346 is #B22CB9. Grayscale: #9B9B9B. Windows color (decimal): -11676858 or 4641613. OLE color: 4641613.

HSL color Cylindrical-coordinate representation of color #4DD346: hue angle of 117.02º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DD346 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB7721170-
CMYK0.6400.670.17
HSL117.02º61.57%55.1%-
HSV(B)117.02º66.82%82.75%-
XYZ27.4648.6113.73-
YUV154.8680.1172.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.51%
GREEN value IS 211 (82.81% from 255) = 58.94%
BLUE value IS 70 (27.73% from 255) = 19.55%
R=21.51%
G=58.94%
B=19.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal77211700.6400.670.17117.0261.5755.1
Hex4DD3464004311753e37
Octal1153231061000103211657667
Binary1001101110100111000110100000001000011100011110101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,211,70); }

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

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

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

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

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

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

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