Html Css Color HEX #49BB3D Lime Green

📋 copy color: '#49BB3D'

red 73 ◦ green 187 ◦ blue 61

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

Shades of Lime Green #49BB3D

Tints of Lime Green #49BB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19%

R = 22.74%
G = 58.26%
B = 19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#49BB3D (or 0x49BB3D) is known color: Lime Green. HEX triplet: 49, BB and 3D. RGB value is (73,187,61). Sum of RGB (Red+Green+Blue) = 73+187+61=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BB3D is #B644C2. Grayscale: #8A8A8A. Windows color (decimal): -11945155 or 4045641. OLE color: 4045641.

HSL color Cylindrical-coordinate representation of color #49BB3D: hue angle of 114.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BB3D is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 187 61 -
CMYK 0.61 0 0.67 0.27
HSL 114.29º 0.51% 0.49% -
HSV(B) 114.29º 0.67% 0.73% -
XYZ 21.36 37.29 10.49 -
YUV 138.55 84.23 81.25 -
System Red Green Blue C M Y K H S L
Decimal 73 187 61 0.61 0 0.67 0.27 114.29 0.51 0.49
Hex 49 BB 3D 3D 0 43 1B 72 33 31
Octal 111 273 75 75 0 103 33 162 63 61
Binary 1001001 10111011 111101 111101 0 1000011 11011 1110010 110011 110001

Color Harmonies of #49BB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB3D

Black with #49BB3D

Text Example


Text Example

White with #49BB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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