#4DCA41

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

Shades of Lime Green #4DCA41

Tints of Lime Green #4DCA41

Color information

#4DCA41 (or 0x4DCA41) is unknown color: approx Lime Green. HEX triplet: 4D, CA and 41. RGB value is (77,202,65). Sum of RGB (Red+Green+Blue) = 77+202+65=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCA41 is #B235BE. Grayscale: #959595. Windows color (decimal): -11679167 or 4311629. OLE color: 4311629.

HSL color Cylindrical-coordinate representation of color #4DCA41: hue angle of 114.74º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCA41 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB7720265-
CMYK0.6200.680.21
HSL114.74º56.38%52.35%-
HSV(B)114.74º67.82%79.22%-
XYZ25.1444.212.21-
YUV149.0180.5976.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.38%
GREEN value IS 202 (79.30% from 255) = 58.72%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=22.38%
G=58.72%
B=18.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal77202650.6200.680.21114.7456.3852.35
Hex4DCA413E04415733834
Octal115312101760104251637064
Binary100110111001010100000111111001000100101011110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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