#4DDE4E

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

Shades of Lime Green #4DDE4E

Tints of Lime Green #4DDE4E

Color information

#4DDE4E (or 0x4DDE4E) is unknown color: approx Lime Green. HEX triplet: 4D, DE and 4E. RGB value is (77,222,78). Sum of RGB (Red+Green+Blue) = 77+222+78=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 222 (87.11% from 255 or 58.89% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDE4E is #B221B1. Grayscale: #A2A2A2. Windows color (decimal): -11674034 or 5168717. OLE color: 5168717.

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

Color convert

RGB7722278-
CMYK0.6500.650.13
HSL120.41º68.72%58.63%-
HSV(B)120.41º65.32%87.06%-
XYZ30.5654.3716.09-
YUV162.2380.4667.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.42%
GREEN value IS 222 (87.11% from 255) = 58.89%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=20.42%
G=58.89%
B=20.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77222780.6500.650.13120.4168.7258.63
Hex4DDE4E41041D78453b
Octal11533611610101011517010573
Binary1001101110111101001110100000101000001110111110001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,222,78); }

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

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

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

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

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

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

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