Html Css Color HEX #49E14D Lime Green

📋 copy color: '#49E14D'

red 73 ◦ green 225 ◦ blue 77

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

Shades of Lime Green #49E14D

Tints of Lime Green #49E14D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60%

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

R = 19.47%
G = 60%
B = 20.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#49E14D (or 0x49E14D) is known color: Lime Green. HEX triplet: 49, E1 and 4D. RGB value is (73,225,77). Sum of RGB (Red+Green+Blue) = 73+225+77=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #49E14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E14D is #B61EB2. Grayscale: #A3A3A3. Windows color (decimal): -11935411 or 5103945. OLE color: 5103945.

HSL color Cylindrical-coordinate representation of color #49E14D: hue angle of 121.58º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E14D is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 225 77 -
CMYK 0.68 0 0.66 0.12
HSL 121.58º 0.72% 0.58% -
HSV(B) 121.58º 0.68% 0.88% -
XYZ 31.01 55.8 16.16 -
YUV 162.68 79.64 64.03 -
System Red Green Blue C M Y K H S L
Decimal 73 225 77 0.68 0 0.66 0.12 121.58 0.72 0.58
Hex 49 E1 4D 44 0 42 C 7A 48 3A
Octal 111 341 115 104 0 102 14 172 110 72
Binary 1001001 11100001 1001101 1000100 0 1000010 1100 1111010 1001000 111010

Color Harmonies of #49E14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E14D

Black with #49E14D

Text Example


Text Example

White with #49E14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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