Html Css Color HEX #4ED949 Lime Green

📋 copy color: '#4ED949'

red 78 ◦ green 217 ◦ blue 73

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

Shades of Lime Green #4ED949

Tints of Lime Green #4ED949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.97%

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 21.2%
G = 58.97%
B = 19.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#4ED949 (or 0x4ED949) is known color: Lime Green. HEX triplet: 4E, D9 and 49. RGB value is (78,217,73). Sum of RGB (Red+Green+Blue) = 78+217+73=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #4ED949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED949 is #B126B6. Grayscale: #9F9F9F. Windows color (decimal): -11609783 or 4839758. OLE color: 4839758.

HSL color Cylindrical-coordinate representation of color #4ED949: hue angle of 117.92º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ED949 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 217 73 -
CMYK 0.64 0 0.66 0.15
HSL 117.92º 0.65% 0.57% -
HSV(B) 117.92º 0.66% 0.85% -
XYZ 29.16 51.73 14.75 -
YUV 159.02 79.45 70.21 -
System Red Green Blue C M Y K H S L
Decimal 78 217 73 0.64 0 0.66 0.15 117.92 0.65 0.57
Hex 4E D9 49 40 0 42 F 76 41 39
Octal 116 331 111 100 0 102 17 166 101 71
Binary 1001110 11011001 1001001 1000000 0 1000010 1111 1110110 1000001 111001

Color Harmonies of #4ED949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED949

Black with #4ED949

Text Example


Text Example

White with #4ED949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,217,73); }

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

background-color css

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

 a { background-color: rgb(78,217,73); }

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

border-color css

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

 span { border-color: rgb(78,217,73); }

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