Html Css Color HEX #49C347 Lime Green

📋 copy color: '#49C347'

red 73 ◦ green 195 ◦ blue 71

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

Shades of Lime Green #49C347

Tints of Lime Green #49C347

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.52%

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 21.53%
G = 57.52%
B = 20.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#49C347 (or 0x49C347) is known color: Lime Green. HEX triplet: 49, C3 and 47. RGB value is (73,195,71). Sum of RGB (Red+Green+Blue) = 73+195+71=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #49C347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C347 is #B63CB8. Grayscale: #909090. Windows color (decimal): -11943097 or 4703049. OLE color: 4703049.

HSL color Cylindrical-coordinate representation of color #49C347: hue angle of 119.03º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C347 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 71 -
CMYK 0.63 0 0.64 0.24
HSL 119.03º 0.51% 0.52% -
HSV(B) 119.03º 0.64% 0.76% -
XYZ 23.4 40.9 12.62 -
YUV 144.39 86.58 77.08 -
System Red Green Blue C M Y K H S L
Decimal 73 195 71 0.63 0 0.64 0.24 119.03 0.51 0.52
Hex 49 C3 47 3F 0 40 18 77 33 34
Octal 111 303 107 77 0 100 30 167 63 64
Binary 1001001 11000011 1000111 111111 0 1000000 11000 1110111 110011 110100

Color Harmonies of #49C347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C347

Black with #49C347

Text Example


Text Example

White with #49C347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,71); }

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

background-color css

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

 a { background-color: rgb(73,195,71); }

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

border-color css

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

 span { border-color: rgb(73,195,71); }

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