Html Css Color HEX #49D94D Lime Green

📋 copy color: '#49D94D'

red 73 ◦ green 217 ◦ blue 77

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

Shades of Lime Green #49D94D

Tints of Lime Green #49D94D

RGB

 RED value IS 73 (28.91% from 255) = 19.89%

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

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 19.89%
G = 59.13%
B = 20.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#49D94D (or 0x49D94D) is known color: Lime Green. HEX triplet: 49, D9 and 4D. RGB value is (73,217,77). Sum of RGB (Red+Green+Blue) = 73+217+77=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #49D94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D94D is #B626B2. Grayscale: #9E9E9E. Windows color (decimal): -11937459 or 5101897. OLE color: 5101897.

HSL color Cylindrical-coordinate representation of color #49D94D: hue angle of 121.67º 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 #49D94D is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 217 77 -
CMYK 0.66 0 0.65 0.15
HSL 121.67º 0.65% 0.57% -
HSV(B) 121.67º 0.66% 0.85% -
XYZ 28.9 51.58 15.45 -
YUV 157.98 82.29 67.38 -
System Red Green Blue C M Y K H S L
Decimal 73 217 77 0.66 0 0.65 0.15 121.67 0.65 0.57
Hex 49 D9 4D 42 0 41 F 7A 41 39
Octal 111 331 115 102 0 101 17 172 101 71
Binary 1001001 11011001 1001101 1000010 0 1000001 1111 1111010 1000001 111001

Color Harmonies of #49D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D94D

Black with #49D94D

Text Example


Text Example

White with #49D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49D94D; }

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

 H1.HeaderClassName
 {
   color: #49D94D;
 }
 .AnyTagClassName
 {
   color: #49D94D;
 }
</style>

background-color css

<style>
 a { background-color: #49D94D; }

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

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

border-color css

<style>
 span { border-color: #49D94D; }

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

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