Html Css Color HEX #4EDB42 Lime Green

📋 copy color: '#4EDB42'

red 78 ◦ green 219 ◦ blue 66

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

Shades of Lime Green #4EDB42

Tints of Lime Green #4EDB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 21.49%
G = 60.33%
B = 18.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#4EDB42 (or 0x4EDB42) is known color: Lime Green. HEX triplet: 4E, DB and 42. RGB value is (78,219,66). Sum of RGB (Red+Green+Blue) = 78+219+66=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 219 (85.94% from 255 or 60.33% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDB42 is #B124BD. Grayscale: #9F9F9F. Windows color (decimal): -11609278 or 4381518. OLE color: 4381518.

HSL color Cylindrical-coordinate representation of color #4EDB42: hue angle of 115.29º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4EDB42 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 219 66 -
CMYK 0.64 0 0.70 0.14
HSL 115.29º 0.68% 0.56% -
HSV(B) 115.29º 0.7% 0.86% -
XYZ 29.46 52.68 13.77 -
YUV 159.4 75.29 69.94 -
System Red Green Blue C M Y K H S L
Decimal 78 219 66 0.64 0 0.70 0.14 115.29 0.68 0.56
Hex 4E DB 42 40 0 46 E 73 44 38
Octal 116 333 102 100 0 106 16 163 104 70
Binary 1001110 11011011 1000010 1000000 0 1000110 1110 1110011 1000100 111000

Color Harmonies of #4EDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDB42

Black with #4EDB42

Text Example


Text Example

White with #4EDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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