Html Css Color HEX #49CA47 Lime Green

📋 copy color: '#49CA47'

red 73 ◦ green 202 ◦ blue 71

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

Shades of Lime Green #49CA47

Tints of Lime Green #49CA47

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.38%

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

R = 21.1%
G = 58.38%
B = 20.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#49CA47 (or 0x49CA47) is known color: Lime Green. HEX triplet: 49, CA and 47. RGB value is (73,202,71). Sum of RGB (Red+Green+Blue) = 73+202+71=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA47 is #B635B8. Grayscale: #949494. Windows color (decimal): -11941305 or 4704841. OLE color: 4704841.

HSL color Cylindrical-coordinate representation of color #49CA47: hue angle of 119.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CA47 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 71 -
CMYK 0.64 0 0.65 0.21
HSL 119.08º 0.55% 0.54% -
HSV(B) 119.08º 0.65% 0.79% -
XYZ 25.01 44.11 13.16 -
YUV 148.5 84.26 74.15 -
System Red Green Blue C M Y K H S L
Decimal 73 202 71 0.64 0 0.65 0.21 119.08 0.55 0.54
Hex 49 CA 47 40 0 41 15 77 37 36
Octal 111 312 107 100 0 101 25 167 67 66
Binary 1001001 11001010 1000111 1000000 0 1000001 10101 1110111 110111 110110

Color Harmonies of #49CA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA47

Black with #49CA47

Text Example


Text Example

White with #49CA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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