Html Css Color HEX #49C731 Lime Green

📋 copy color: '#49C731'

red 73 ◦ green 199 ◦ blue 49

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

Shades of Lime Green #49C731

Tints of Lime Green #49C731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 61.99%

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

R = 22.74%
G = 61.99%
B = 15.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#49C731 (or 0x49C731) is known color: Lime Green. HEX triplet: 49, C7 and 31. RGB value is (73,199,49). Sum of RGB (Red+Green+Blue) = 73+199+49=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 199 (78.12% from 255 or 61.99% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 199 - color contains mainly: green. Hex color #49C731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C731 is #B638CE. Grayscale: #909090. Windows color (decimal): -11942095 or 3262281. OLE color: 3262281.

HSL color Cylindrical-coordinate representation of color #49C731: hue angle of 110.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49C731 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 199 49 -
CMYK 0.63 0 0.75 0.22
HSL 110.4º 0.6% 0.49% -
HSV(B) 110.4º 0.75% 0.78% -
XYZ 23.73 42.49 9.86 -
YUV 144.23 74.26 77.2 -
System Red Green Blue C M Y K H S L
Decimal 73 199 49 0.63 0 0.75 0.22 110.4 0.6 0.49
Hex 49 C7 31 3F 0 4B 16 6E 3C 31
Octal 111 307 61 77 0 113 26 156 74 61
Binary 1001001 11000111 110001 111111 0 1001011 10110 1101110 111100 110001

Color Harmonies of #49C731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C731

Black with #49C731

Text Example


Text Example

White with #49C731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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