Html Css Color HEX #4EDC4C Lime Green

📋 copy color: '#4EDC4C'

red 78 ◦ green 220 ◦ blue 76

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

Shades of Lime Green #4EDC4C

Tints of Lime Green #4EDC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.32%

R = 20.86%
G = 58.82%
B = 20.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#4EDC4C (or 0x4EDC4C) is known color: Lime Green. HEX triplet: 4E, DC and 4C. RGB value is (78,220,76). Sum of RGB (Red+Green+Blue) = 78+220+76=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDC4C is #B123B3. Grayscale: #A1A1A1. Windows color (decimal): -11609012 or 5037134. OLE color: 5037134.

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

Color convert

RGB 78 220 76 -
CMYK 0.65 0 0.65 0.14
HSL 119.17º 0.67% 0.58% -
HSV(B) 119.17º 0.65% 0.86% -
XYZ 30.04 53.33 15.55 -
YUV 161.13 79.96 68.71 -
System Red Green Blue C M Y K H S L
Decimal 78 220 76 0.65 0 0.65 0.14 119.17 0.67 0.58
Hex 4E DC 4C 41 0 41 E 77 43 3A
Octal 116 334 114 101 0 101 16 167 103 72
Binary 1001110 11011100 1001100 1000001 0 1000001 1110 1110111 1000011 111010

Color Harmonies of #4EDC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDC4C

Black with #4EDC4C

Text Example


Text Example

White with #4EDC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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