Html Css Color HEX #49E332 Lime Green

📋 copy color: '#49E332'

red 73 ◦ green 227 ◦ blue 50

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

Shades of Lime Green #49E332

Tints of Lime Green #49E332

RGB

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

 GREEN value IS 227 (89.06% from 255) = 64.86%

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

R = 20.86%
G = 64.86%
B = 14.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#49E332 (or 0x49E332) is known color: Lime Green. HEX triplet: 49, E3 and 32. RGB value is (73,227,50). Sum of RGB (Red+Green+Blue) = 73+227+50=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 227 (89.06% from 255 or 64.86% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 227 - color contains mainly: green. Hex color #49E332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E332 is #B61CCD. Grayscale: #A1A1A1. Windows color (decimal): -11934926 or 3334985. OLE color: 3334985.

HSL color Cylindrical-coordinate representation of color #49E332: hue angle of 112.2º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49E332 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 227 50 -
CMYK 0.68 0 0.78 0.11
HSL 112.2º 0.76% 0.54% -
HSV(B) 112.2º 0.78% 0.89% -
XYZ 30.79 56.58 12.32 -
YUV 160.78 65.48 65.39 -
System Red Green Blue C M Y K H S L
Decimal 73 227 50 0.68 0 0.78 0.11 112.2 0.76 0.54
Hex 49 E3 32 44 0 4E B 70 4C 36
Octal 111 343 62 104 0 116 13 160 114 66
Binary 1001001 11100011 110010 1000100 0 1001110 1011 1110000 1001100 110110

Color Harmonies of #49E332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E332

Black with #49E332

Text Example


Text Example

White with #49E332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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