Html Css Color HEX #49C137 Lime Green

📋 copy color: '#49C137'

red 73 ◦ green 193 ◦ blue 55

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

Shades of Lime Green #49C137

Tints of Lime Green #49C137

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.12%

 BLUE value IS 55 (21.88% from 255) = 17.13%

R = 22.74%
G = 60.12%
B = 17.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#49C137 (or 0x49C137) is known color: Lime Green. HEX triplet: 49, C1 and 37. RGB value is (73,193,55). Sum of RGB (Red+Green+Blue) = 73+193+55=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #49C137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C137 is #B63EC8. Grayscale: #8D8D8D. Windows color (decimal): -11943625 or 3653961. OLE color: 3653961.

HSL color Cylindrical-coordinate representation of color #49C137: hue angle of 112.17º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49C137 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 193 55 -
CMYK 0.62 0 0.72 0.24
HSL 112.17º 0.56% 0.49% -
HSV(B) 112.17º 0.72% 0.76% -
XYZ 22.51 39.83 10.12 -
YUV 141.39 79.24 79.22 -
System Red Green Blue C M Y K H S L
Decimal 73 193 55 0.62 0 0.72 0.24 112.17 0.56 0.49
Hex 49 C1 37 3E 0 48 18 70 38 31
Octal 111 301 67 76 0 110 30 160 70 61
Binary 1001001 11000001 110111 111110 0 1001000 11000 1110000 111000 110001

Color Harmonies of #49C137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C137

Black with #49C137

Text Example


Text Example

White with #49C137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,193,55); }

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

background-color css

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

 a { background-color: rgb(73,193,55); }

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

border-color css

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

 span { border-color: rgb(73,193,55); }

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