Html Css Color HEX #4EDC4A Lime Green

📋 copy color: '#4EDC4A'

red 78 ◦ green 220 ◦ blue 74

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

Shades of Lime Green #4EDC4A

Tints of Lime Green #4EDC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.14%

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 20.97%
G = 59.14%
B = 19.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#4EDC4A (or 0x4EDC4A) is known color: Lime Green. HEX triplet: 4E, DC and 4A. RGB value is (78,220,74). Sum of RGB (Red+Green+Blue) = 78+220+74=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDC4A is #B123B5. Grayscale: #A1A1A1. Windows color (decimal): -11609014 or 4906062. OLE color: 4906062.

HSL color Cylindrical-coordinate representation of color #4EDC4A: hue angle of 118.36º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EDC4A is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 220 74 -
CMYK 0.65 0 0.66 0.14
HSL 118.36º 0.68% 0.58% -
HSV(B) 118.36º 0.66% 0.86% -
XYZ 29.97 53.3 15.19 -
YUV 160.9 78.96 68.87 -
System Red Green Blue C M Y K H S L
Decimal 78 220 74 0.65 0 0.66 0.14 118.36 0.68 0.58
Hex 4E DC 4A 41 0 42 E 76 44 3A
Octal 116 334 112 101 0 102 16 166 104 72
Binary 1001110 11011100 1001010 1000001 0 1000010 1110 1110110 1000100 111010

Color Harmonies of #4EDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDC4A

Black with #4EDC4A

Text Example


Text Example

White with #4EDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,220,74); }

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

background-color css

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

 a { background-color: rgb(78,220,74); }

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

border-color css

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

 span { border-color: rgb(78,220,74); }

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