Html Css Color HEX #49BC3D Lime Green

📋 copy color: '#49BC3D'

red 73 ◦ green 188 ◦ blue 61

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

Shades of Lime Green #49BC3D

Tints of Lime Green #49BC3D

RGB

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

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

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

R = 22.67%
G = 58.39%
B = 18.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#49BC3D (or 0x49BC3D) is known color: Lime Green. HEX triplet: 49, BC and 3D. RGB value is (73,188,61). Sum of RGB (Red+Green+Blue) = 73+188+61=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC3D is #B643C2. Grayscale: #8B8B8B. Windows color (decimal): -11944899 or 4045897. OLE color: 4045897.

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

Color convert

RGB 73 188 61 -
CMYK 0.61 0 0.68 0.26
HSL 114.33º 0.51% 0.49% -
HSV(B) 114.33º 0.68% 0.74% -
XYZ 21.57 37.72 10.56 -
YUV 139.14 83.9 80.83 -
System Red Green Blue C M Y K H S L
Decimal 73 188 61 0.61 0 0.68 0.26 114.33 0.51 0.49
Hex 49 BC 3D 3D 0 44 1A 72 33 31
Octal 111 274 75 75 0 104 32 162 63 61
Binary 1001001 10111100 111101 111101 0 1000100 11010 1110010 110011 110001

Color Harmonies of #49BC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC3D

Black with #49BC3D

Text Example


Text Example

White with #49BC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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