Html Css Color HEX #49BA3C Lime Green

📋 copy color: '#49BA3C'

red 73 ◦ green 186 ◦ blue 60

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

Shades of Lime Green #49BA3C

Tints of Lime Green #49BA3C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.31%

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 22.88%
G = 58.31%
B = 18.81%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#49BA3C (or 0x49BA3C) is known color: Lime Green. HEX triplet: 49, BA and 3C. RGB value is (73,186,60). Sum of RGB (Red+Green+Blue) = 73+186+60=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA3C is #B645C3. Grayscale: #8A8A8A. Windows color (decimal): -11945412 or 3979849. OLE color: 3979849.

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

Color convert

RGB 73 186 60 -
CMYK 0.61 0 0.68 0.27
HSL 113.81º 0.51% 0.48% -
HSV(B) 113.81º 0.68% 0.73% -
XYZ 21.12 36.86 10.28 -
YUV 137.85 84.06 81.75 -
System Red Green Blue C M Y K H S L
Decimal 73 186 60 0.61 0 0.68 0.27 113.81 0.51 0.48
Hex 49 BA 3C 3D 0 44 1B 72 33 30
Octal 111 272 74 75 0 104 33 162 63 60
Binary 1001001 10111010 111100 111101 0 1000100 11011 1110010 110011 110000

Color Harmonies of #49BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA3C

Black with #49BA3C

Text Example


Text Example

White with #49BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,186,60); }

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

background-color css

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

 a { background-color: rgb(73,186,60); }

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

border-color css

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

 span { border-color: rgb(73,186,60); }

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