Html Css Color HEX #49E320 Lime Green

📋 copy color: '#49E320'

red 73 ◦ green 227 ◦ blue 32

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

Shades of Lime Green #49E320

Tints of Lime Green #49E320

RGB

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

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

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

R = 21.99%
G = 68.37%
B = 9.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#49E320 (or 0x49E320) is known color: Lime Green. HEX triplet: 49, E3 and 20. RGB value is (73,227,32). Sum of RGB (Red+Green+Blue) = 73+227+32=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 227 (89.06% from 255 or 68.37% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 227 - color contains mainly: green. Hex color #49E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E320 is #B61CDF. Grayscale: #9F9F9F. Windows color (decimal): -11934944 or 2155337. OLE color: 2155337.

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

Color convert

RGB 73 227 32 -
CMYK 0.68 0 0.86 0.11
HSL 107.38º 0.78% 0.51% -
HSV(B) 107.38º 0.86% 0.89% -
XYZ 30.48 56.46 10.66 -
YUV 158.72 56.48 66.86 -
System Red Green Blue C M Y K H S L
Decimal 73 227 32 0.68 0 0.86 0.11 107.38 0.78 0.51
Hex 49 E3 20 44 0 56 B 6B 4E 33
Octal 111 343 40 104 0 126 13 153 116 63
Binary 1001001 11100011 100000 1000100 0 1010110 1011 1101011 1001110 110011

Color Harmonies of #49E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E320

Black with #49E320

Text Example


Text Example

White with #49E320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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