#4DDE3D

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

Shades of Lime Green #4DDE3D

Tints of Lime Green #4DDE3D

Color information

#4DDE3D (or 0x4DDE3D) is unknown color: approx Lime Green. HEX triplet: 4D, DE and 3D. RGB value is (77,222,61). Sum of RGB (Red+Green+Blue) = 77+222+61=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 222 (87.11% from 255 or 61.67% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDE3D is #B221C2. Grayscale: #A0A0A0. Windows color (decimal): -11674051 or 4054605. OLE color: 4054605.

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

Color convert

RGB7722261-
CMYK0.6500.730.13
HSL114.04º70.93%55.49%-
HSV(B)114.04º72.52%87.06%-
XYZ30.0254.1613.29-
YUV160.2971.9668.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 222 (87.11% from 255) = 61.67%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=21.39%
G=61.67%
B=16.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77222610.6500.730.13114.0470.9355.49
Hex4DDE3D41049D724737
Octal1153367510101111516210767
Binary100110111011110111101100000101001001110111100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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