#4DCA3C

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

Shades of Lime Green #4DCA3C

Tints of Lime Green #4DCA3C

Color information

#4DCA3C (or 0x4DCA3C) is unknown color: approx Lime Green. HEX triplet: 4D, CA and 3C. RGB value is (77,202,60). Sum of RGB (Red+Green+Blue) = 77+202+60=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCA3C is #B235C3. Grayscale: #949494. Windows color (decimal): -11679172 or 3983949. OLE color: 3983949.

HSL color Cylindrical-coordinate representation of color #4DCA3C: hue angle of 112.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DCA3C is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB7720260-
CMYK0.6200.700.21
HSL112.82º57.26%51.37%-
HSV(B)112.82º70.3%79.22%-
XYZ2544.1511.48-
YUV148.4478.0977.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.71%
GREEN value IS 202 (79.30% from 255) = 59.59%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=22.71%
G=59.59%
B=17.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal77202600.6200.700.21112.8257.2651.37
Hex4DCA3C3E04615713933
Octal11531274760106251617163
Binary10011011100101011110011111001000110101011110001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,202,60); }

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

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

 a { background-color: rgb(77,202,60); }

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

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

 span { border-color: rgb(77,202,60); }

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