Html Css Color HEX #49BC37 Lime Green

📋 copy color: '#49BC37'

red 73 ◦ green 188 ◦ blue 55

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

Shades of Lime Green #49BC37

Tints of Lime Green #49BC37

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.49%

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

R = 23.1%
G = 59.49%
B = 17.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#49BC37 (or 0x49BC37) is known color: Lime Green. HEX triplet: 49, BC and 37. RGB value is (73,188,55). Sum of RGB (Red+Green+Blue) = 73+188+55=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC37 is #B643C8. Grayscale: #8A8A8A. Windows color (decimal): -11944905 or 3652681. OLE color: 3652681.

HSL color Cylindrical-coordinate representation of color #49BC37: hue angle of 111.88º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BC37 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 55 -
CMYK 0.61 0 0.71 0.26
HSL 111.88º 0.55% 0.48% -
HSV(B) 111.88º 0.71% 0.74% -
XYZ 21.42 37.66 9.75 -
YUV 138.45 80.9 81.31 -
System Red Green Blue C M Y K H S L
Decimal 73 188 55 0.61 0 0.71 0.26 111.88 0.55 0.48
Hex 49 BC 37 3D 0 47 1A 70 37 30
Octal 111 274 67 75 0 107 32 160 67 60
Binary 1001001 10111100 110111 111101 0 1000111 11010 1110000 110111 110000

Color Harmonies of #49BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC37

Black with #49BC37

Text Example


Text Example

White with #49BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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