Html Css Color HEX #49C841 Lime Green

📋 copy color: '#49C841'

red 73 ◦ green 200 ◦ blue 65

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

Shades of Lime Green #49C841

Tints of Lime Green #49C841

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.17%

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 21.6%
G = 59.17%
B = 19.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#49C841 (or 0x49C841) is known color: Lime Green. HEX triplet: 49, C8 and 41. RGB value is (73,200,65). Sum of RGB (Red+Green+Blue) = 73+200+65=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #49C841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C841 is #B637BE. Grayscale: #939393. Windows color (decimal): -11941823 or 4311113. OLE color: 4311113.

HSL color Cylindrical-coordinate representation of color #49C841: hue angle of 116.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49C841 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 65 -
CMYK 0.64 0 0.68 0.22
HSL 116.44º 0.55% 0.52% -
HSV(B) 116.44º 0.68% 0.78% -
XYZ 24.36 43.11 12.04 -
YUV 146.64 81.92 75.48 -
System Red Green Blue C M Y K H S L
Decimal 73 200 65 0.64 0 0.68 0.22 116.44 0.55 0.52
Hex 49 C8 41 40 0 44 16 74 37 34
Octal 111 310 101 100 0 104 26 164 67 64
Binary 1001001 11001000 1000001 1000000 0 1000100 10110 1110100 110111 110100

Color Harmonies of #49C841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C841

Black with #49C841

Text Example


Text Example

White with #49C841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,200,65); }

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

background-color css

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

 a { background-color: rgb(73,200,65); }

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

border-color css

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

 span { border-color: rgb(73,200,65); }

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