#4DEC43

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

Shades of Lime Green #4DEC43

Tints of Lime Green #4DEC43

Color information

#4DEC43 (or 0x4DEC43) is unknown color: approx Lime Green. HEX triplet: 4D, EC and 43. RGB value is (77,236,67). Sum of RGB (Red+Green+Blue) = 77+236+67=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 236 (92.58% from 255 or 62.11% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC43 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEC43 is #B213BC. Grayscale: #A9A9A9. Windows color (decimal): -11670461 or 4451405. OLE color: 4451405.

HSL color Cylindrical-coordinate representation of color #4DEC43: hue angle of 116.45º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DEC43 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB7723667-
CMYK0.6700.720.07
HSL116.45º81.64%59.41%-
HSV(B)116.45º71.61%92.55%-
XYZ34.0761.9715.48-
YUV169.1970.3262.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.26%
GREEN value IS 236 (92.58% from 255) = 62.11%
BLUE value IS 67 (26.56% from 255) = 17.63%
R=20.26%
G=62.11%
B=17.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal77236670.6700.720.07116.4581.6459.41
Hex4DEC4343048774523b
Octal1153541031030110716412273
Binary100110111101100100001110000110100100011111101001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,236,67); }

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

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

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

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

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

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

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