Html Css Color HEX #49E120 Lime Green

📋 copy color: '#49E120'

red 73 ◦ green 225 ◦ blue 32

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

Shades of Lime Green #49E120

Tints of Lime Green #49E120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 22.12%
G = 68.18%
B = 9.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#49E120 (or 0x49E120) is known color: Lime Green. HEX triplet: 49, E1 and 20. RGB value is (73,225,32). Sum of RGB (Red+Green+Blue) = 73+225+32=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #49E120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E120 is #B61EDF. Grayscale: #9E9E9E. Windows color (decimal): -11935456 or 2154825. OLE color: 2154825.

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

Color convert

RGB 73 225 32 -
CMYK 0.68 0 0.86 0.12
HSL 107.25º 0.76% 0.5% -
HSV(B) 107.25º 0.86% 0.88% -
XYZ 29.93 55.37 10.48 -
YUV 157.55 57.14 67.69 -
System Red Green Blue C M Y K H S L
Decimal 73 225 32 0.68 0 0.86 0.12 107.25 0.76 0.5
Hex 49 E1 20 44 0 56 C 6B 4C 32
Octal 111 341 40 104 0 126 14 153 114 62
Binary 1001001 11100001 100000 1000100 0 1010110 1100 1101011 1001100 110010

Color Harmonies of #49E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E120

Black with #49E120

Text Example


Text Example

White with #49E120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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