Html Css Color HEX #4EDC2C Lime Green

📋 copy color: '#4EDC2C'

red 78 ◦ green 220 ◦ blue 44

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

Shades of Lime Green #4EDC2C

Tints of Lime Green #4EDC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 22.81%
G = 64.33%
B = 12.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#4EDC2C (or 0x4EDC2C) is known color: Lime Green. HEX triplet: 4E, DC and 2C. RGB value is (78,220,44). Sum of RGB (Red+Green+Blue) = 78+220+44=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDC2C is #B123D3. Grayscale: #9E9E9E. Windows color (decimal): -11609044 or 2939982. OLE color: 2939982.

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

Color convert

RGB 78 220 44 -
CMYK 0.65 0 0.8 0.14
HSL 108.41º 0.72% 0.52% -
HSV(B) 108.41º 0.8% 0.86% -
XYZ 29.19 52.99 11.07 -
YUV 157.48 63.96 71.31 -
System Red Green Blue C M Y K H S L
Decimal 78 220 44 0.65 0 0.8 0.14 108.41 0.72 0.52
Hex 4E DC 2C 41 0 50 E 6C 48 34
Octal 116 334 54 101 0 120 16 154 110 64
Binary 1001110 11011100 101100 1000001 0 1010000 1110 1101100 1001000 110100

Color Harmonies of #4EDC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDC2C

Black with #4EDC2C

Text Example


Text Example

White with #4EDC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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