Html Css Color HEX #49D732 Lime Green

📋 copy color: '#49D732'

red 73 ◦ green 215 ◦ blue 50

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

Shades of Lime Green #49D732

Tints of Lime Green #49D732

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.61%

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 21.6%
G = 63.61%
B = 14.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#49D732 (or 0x49D732) is known color: Lime Green. HEX triplet: 49, D7 and 32. RGB value is (73,215,50). Sum of RGB (Red+Green+Blue) = 73+215+50=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #49D732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D732 is #B628CD. Grayscale: #9A9A9A. Windows color (decimal): -11937998 or 3331913. OLE color: 3331913.

HSL color Cylindrical-coordinate representation of color #49D732: hue angle of 111.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49D732 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 215 50 -
CMYK 0.66 0 0.77 0.16
HSL 111.64º 0.67% 0.52% -
HSV(B) 111.64º 0.77% 0.84% -
XYZ 27.62 50.25 11.26 -
YUV 153.73 69.46 70.42 -
System Red Green Blue C M Y K H S L
Decimal 73 215 50 0.66 0 0.77 0.16 111.64 0.67 0.52
Hex 49 D7 32 42 0 4D 10 70 43 34
Octal 111 327 62 102 0 115 20 160 103 64
Binary 1001001 11010111 110010 1000010 0 1001101 10000 1110000 1000011 110100

Color Harmonies of #49D732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D732

Black with #49D732

Text Example


Text Example

White with #49D732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,215,50); }

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

background-color css

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

 a { background-color: rgb(73,215,50); }

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

border-color css

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

 span { border-color: rgb(73,215,50); }

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