Html Css Color HEX #4EDB50 Lime Green

📋 copy color: '#4EDB50'

red 78 ◦ green 219 ◦ blue 80

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

Shades of Lime Green #4EDB50

Tints of Lime Green #4EDB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.09%

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 20.69%
G = 58.09%
B = 21.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#4EDB50 (or 0x4EDB50) is known color: Lime Green. HEX triplet: 4E, DB and 50. RGB value is (78,219,80). Sum of RGB (Red+Green+Blue) = 78+219+80=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDB50 is #B124AF. Grayscale: #A1A1A1. Windows color (decimal): -11609264 or 5299022. OLE color: 5299022.

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

Color convert

RGB 78 219 80 -
CMYK 0.64 0 0.63 0.14
HSL 120.85º 0.66% 0.58% -
HSV(B) 120.85º 0.64% 0.86% -
XYZ 29.92 52.86 16.22 -
YUV 161 82.29 68.8 -
System Red Green Blue C M Y K H S L
Decimal 78 219 80 0.64 0 0.63 0.14 120.85 0.66 0.58
Hex 4E DB 50 40 0 3F E 79 42 3A
Octal 116 333 120 100 0 77 16 171 102 72
Binary 1001110 11011011 1010000 1000000 0 111111 1110 1111001 1000010 111010

Color Harmonies of #4EDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDB50

Black with #4EDB50

Text Example


Text Example

White with #4EDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,219,80); }

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

background-color css

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

 a { background-color: rgb(78,219,80); }

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

border-color css

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

 span { border-color: rgb(78,219,80); }

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