Html Css Color HEX #4EC745 Lime Green

📋 copy color: '#4EC745'

red 78 ◦ green 199 ◦ blue 69

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

Shades of Lime Green #4EC745

Tints of Lime Green #4EC745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 57.51%

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 22.54%
G = 57.51%
B = 19.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#4EC745 (or 0x4EC745) is known color: Lime Green. HEX triplet: 4E, C7 and 45. RGB value is (78,199,69). Sum of RGB (Red+Green+Blue) = 78+199+69=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 199 (78.12% from 255 or 57.51% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 199 - color contains mainly: green. Hex color #4EC745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC745 is #B138BA. Grayscale: #949494. Windows color (decimal): -11614395 or 4573006. OLE color: 4573006.

HSL color Cylindrical-coordinate representation of color #4EC745: hue angle of 115.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EC745 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 78 199 69 -
CMYK 0.61 0 0.65 0.22
HSL 115.85º 0.54% 0.53% -
HSV(B) 115.85º 0.65% 0.78% -
XYZ 24.64 42.9 12.61 -
YUV 148 83.41 78.07 -
System Red Green Blue C M Y K H S L
Decimal 78 199 69 0.61 0 0.65 0.22 115.85 0.54 0.53
Hex 4E C7 45 3D 0 41 16 74 36 35
Octal 116 307 105 75 0 101 26 164 66 65
Binary 1001110 11000111 1000101 111101 0 1000001 10110 1110100 110110 110101

Color Harmonies of #4EC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC745

Black with #4EC745

Text Example


Text Example

White with #4EC745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,199,69); }

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

background-color css

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

 a { background-color: rgb(78,199,69); }

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

border-color css

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

 span { border-color: rgb(78,199,69); }

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