Html Css Color HEX #4EC748 Lime Green

📋 copy color: '#4EC748'

red 78 ◦ green 199 ◦ blue 72

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

Shades of Lime Green #4EC748

Tints of Lime Green #4EC748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 22.35%
G = 57.02%
B = 20.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#4EC748 (or 0x4EC748) is known color: Lime Green. HEX triplet: 4E, C7 and 48. RGB value is (78,199,72). Sum of RGB (Red+Green+Blue) = 78+199+72=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 199 (78.12% from 255 or 57.02% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 199 - color contains mainly: green. Hex color #4EC748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC748 is #B138B7. Grayscale: #949494. Windows color (decimal): -11614392 or 4769614. OLE color: 4769614.

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

Color convert

RGB 78 199 72 -
CMYK 0.61 0 0.64 0.22
HSL 117.17º 0.53% 0.53% -
HSV(B) 117.17º 0.64% 0.78% -
XYZ 24.74 42.93 13.11 -
YUV 148.34 84.91 77.83 -
System Red Green Blue C M Y K H S L
Decimal 78 199 72 0.61 0 0.64 0.22 117.17 0.53 0.53
Hex 4E C7 48 3D 0 40 16 75 35 35
Octal 116 307 110 75 0 100 26 165 65 65
Binary 1001110 11000111 1001000 111101 0 1000000 10110 1110101 110101 110101

Color Harmonies of #4EC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC748

Black with #4EC748

Text Example


Text Example

White with #4EC748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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