#4DD649

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

Shades of Lime Green #4DD649

Tints of Lime Green #4DD649

Color information

#4DD649 (or 0x4DD649) is unknown color: approx Lime Green. HEX triplet: 4D, D6 and 49. RGB value is (77,214,73). Sum of RGB (Red+Green+Blue) = 77+214+73=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD649 is #B229B6. Grayscale: #9D9D9D. Windows color (decimal): -11676087 or 4838989. OLE color: 4838989.

HSL color Cylindrical-coordinate representation of color #4DD649: hue angle of 118.3º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DD649 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB7721473-
CMYK0.6400.660.16
HSL118.3º63.23%56.27%-
HSV(B)118.3º65.89%83.92%-
XYZ28.3150.1514.49-
YUV156.9680.6170.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.15%
GREEN value IS 214 (83.98% from 255) = 58.79%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=21.15%
G=58.79%
B=20.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77214730.6400.660.16118.363.2356.27
Hex4DD6494004210763f38
Octal1153261111000102201667770
Binary1001101110101101001001100000001000010100001110110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,214,73); }

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

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

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

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

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

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

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