Html Css Color HEX #4EC740 Lime Green

📋 copy color: '#4EC740'

red 78 ◦ green 199 ◦ blue 64

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

Shades of Lime Green #4EC740

Tints of Lime Green #4EC740

RGB

 RED value IS 78 (30.86% from 255) = 22.87%

 GREEN value IS 199 (78.13% from 255) = 58.36%

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

R = 22.87%
G = 58.36%
B = 18.77%

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

#4EC740 (or 0x4EC740) is known color: Lime Green. HEX triplet: 4E, C7 and 40. RGB value is (78,199,64). Sum of RGB (Red+Green+Blue) = 78+199+64=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 199 (78.12% from 255 or 58.36% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 199 - color contains mainly: green. Hex color #4EC740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC740 is #B138BF. Grayscale: #939393. Windows color (decimal): -11614400 or 4245326. OLE color: 4245326.

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

Color convert

RGB 78 199 64 -
CMYK 0.61 0 0.68 0.22
HSL 113.78º 0.55% 0.52% -
HSV(B) 113.78º 0.68% 0.78% -
XYZ 24.49 42.84 11.83 -
YUV 147.43 80.91 78.48 -
System Red Green Blue C M Y K H S L
Decimal 78 199 64 0.61 0 0.68 0.22 113.78 0.55 0.52
Hex 4E C7 40 3D 0 44 16 72 37 34
Octal 116 307 100 75 0 104 26 162 67 64
Binary 1001110 11000111 1000000 111101 0 1000100 10110 1110010 110111 110100

Color Harmonies of #4EC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC740

Black with #4EC740

Text Example


Text Example

White with #4EC740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,199,64); }

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

background-color css

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

 a { background-color: rgb(78,199,64); }

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

border-color css

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

 span { border-color: rgb(78,199,64); }

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