Html Css Color HEX #49CA31 Lime Green

📋 copy color: '#49CA31'

red 73 ◦ green 202 ◦ blue 49

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

Shades of Lime Green #49CA31

Tints of Lime Green #49CA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 22.53%
G = 62.35%
B = 15.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#49CA31 (or 0x49CA31) is known color: Lime Green. HEX triplet: 49, CA and 31. RGB value is (73,202,49). Sum of RGB (Red+Green+Blue) = 73+202+49=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA31 is #B635CE. Grayscale: #929292. Windows color (decimal): -11941327 or 3263049. OLE color: 3263049.

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

Color convert

RGB 73 202 49 -
CMYK 0.64 0 0.76 0.21
HSL 110.59º 0.61% 0.49% -
HSV(B) 110.59º 0.76% 0.79% -
XYZ 24.42 43.88 10.09 -
YUV 145.99 73.26 75.94 -
System Red Green Blue C M Y K H S L
Decimal 73 202 49 0.64 0 0.76 0.21 110.59 0.61 0.49
Hex 49 CA 31 40 0 4C 15 6F 3D 31
Octal 111 312 61 100 0 114 25 157 75 61
Binary 1001001 11001010 110001 1000000 0 1001100 10101 1101111 111101 110001

Color Harmonies of #49CA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA31

Black with #49CA31

Text Example


Text Example

White with #49CA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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