Html Css Color HEX #49BB39 Lime Green

📋 copy color: '#49BB39'

red 73 ◦ green 187 ◦ blue 57

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

Shades of Lime Green #49BB39

Tints of Lime Green #49BB39

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.99%

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 23.03%
G = 58.99%
B = 17.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#49BB39 (or 0x49BB39) is known color: Lime Green. HEX triplet: 49, BB and 39. RGB value is (73,187,57). Sum of RGB (Red+Green+Blue) = 73+187+57=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 187 (73.44% from 255 or 58.99% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BB39 is #B644C6. Grayscale: #8A8A8A. Windows color (decimal): -11945159 or 3783497. OLE color: 3783497.

HSL color Cylindrical-coordinate representation of color #49BB39: hue angle of 112.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BB39 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 187 57 -
CMYK 0.61 0 0.70 0.27
HSL 112.62º 0.53% 0.48% -
HSV(B) 112.62º 0.7% 0.73% -
XYZ 21.26 37.25 9.94 -
YUV 138.09 82.23 81.57 -
System Red Green Blue C M Y K H S L
Decimal 73 187 57 0.61 0 0.70 0.27 112.62 0.53 0.48
Hex 49 BB 39 3D 0 46 1B 71 35 30
Octal 111 273 71 75 0 106 33 161 65 60
Binary 1001001 10111011 111001 111101 0 1000110 11011 1110001 110101 110000

Color Harmonies of #49BB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB39

Black with #49BB39

Text Example


Text Example

White with #49BB39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,187,57); }

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

background-color css

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

 a { background-color: rgb(73,187,57); }

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

border-color css

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

 span { border-color: rgb(73,187,57); }

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