Html Css Color HEX #4DC640 Lime Green

📋 copy color: '#4DC640'

red 77 ◦ green 198 ◦ blue 64

#4DC640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4DC640

Tints of Lime Green #4DC640

RGB

 RED value IS 77 (30.47% from 255) = 22.71%

 GREEN value IS 198 (77.73% from 255) = 58.41%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 22.71%
G = 58.41%
B = 18.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#4DC640 (or 0x4DC640) is known color: Lime Green. HEX triplet: 4D, C6 and 40. RGB value is (77,198,64). Sum of RGB (Red+Green+Blue) = 77+198+64=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 198 (77.73% from 255 or 58.41% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC640 is #B239BF. Grayscale: #929292. Windows color (decimal): -11680192 or 4245069. OLE color: 4245069.

HSL color Cylindrical-coordinate representation of color #4DC640: hue angle of 114.18º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DC640 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 198 64 -
CMYK 0.61 0 0.68 0.22
HSL 114.18º 0.54% 0.51% -
HSV(B) 114.18º 0.68% 0.78% -
XYZ 24.18 42.34 11.75 -
YUV 146.55 81.41 78.4 -
System Red Green Blue C M Y K H S L
Decimal 77 198 64 0.61 0 0.68 0.22 114.18 0.54 0.51
Hex 4D C6 40 3D 0 44 16 72 36 33
Octal 115 306 100 75 0 104 26 162 66 63
Binary 1001101 11000110 1000000 111101 0 1000100 10110 1110010 110110 110011

Color Harmonies of #4DC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC640

Black with #4DC640

Text Example


Text Example

White with #4DC640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,198,64); }

 H1.HeaderClassName
 {
   color: #4DC640;
 }
 .AnyTagClassName
 {
   color: #4DC640;
 }
</style>

background-color css

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

 a { background-color: rgb(77,198,64); }

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

border-color css

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

 span { border-color: rgb(77,198,64); }

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