Html Css Color HEX #49EC32 Lime Green

📋 copy color: '#49EC32'

red 73 ◦ green 236 ◦ blue 50

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

Shades of Lime Green #49EC32

Tints of Lime Green #49EC32

RGB

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

 GREEN value IS 236 (92.58% from 255) = 65.74%

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

R = 20.33%
G = 65.74%
B = 13.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#49EC32 (or 0x49EC32) is known color: Lime Green. HEX triplet: 49, EC and 32. RGB value is (73,236,50). Sum of RGB (Red+Green+Blue) = 73+236+50=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 236 (92.58% from 255 or 65.74% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EC32 is #B613CD. Grayscale: #A6A6A6. Windows color (decimal): -11932622 or 3337289. OLE color: 3337289.

HSL color Cylindrical-coordinate representation of color #49EC32: hue angle of 112.58º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49EC32 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 50 -
CMYK 0.69 0 0.79 0.07
HSL 112.58º 0.83% 0.56% -
HSV(B) 112.58º 0.79% 0.93% -
XYZ 33.32 61.64 13.16 -
YUV 166.06 62.5 61.62 -
System Red Green Blue C M Y K H S L
Decimal 73 236 50 0.69 0 0.79 0.07 112.58 0.83 0.56
Hex 49 EC 32 45 0 4F 7 71 53 38
Octal 111 354 62 105 0 117 7 161 123 70
Binary 1001001 11101100 110010 1000101 0 1001111 111 1110001 1010011 111000

Color Harmonies of #49EC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC32

Black with #49EC32

Text Example


Text Example

White with #49EC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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