Html Css Color HEX #49D641 Lime Green

📋 copy color: '#49D641'

red 73 ◦ green 214 ◦ blue 65

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

Shades of Lime Green #49D641

Tints of Lime Green #49D641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.8%

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

R = 20.74%
G = 60.8%
B = 18.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#49D641 (or 0x49D641) is known color: Lime Green. HEX triplet: 49, D6 and 41. RGB value is (73,214,65). Sum of RGB (Red+Green+Blue) = 73+214+65=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #49D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D641 is #B629BE. Grayscale: #9B9B9B. Windows color (decimal): -11938239 or 4314697. OLE color: 4314697.

HSL color Cylindrical-coordinate representation of color #49D641: hue angle of 116.78º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49D641 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 214 65 -
CMYK 0.66 0 0.70 0.16
HSL 116.78º 0.65% 0.55% -
HSV(B) 116.78º 0.7% 0.84% -
XYZ 27.75 49.89 13.17 -
YUV 154.86 77.29 69.62 -
System Red Green Blue C M Y K H S L
Decimal 73 214 65 0.66 0 0.70 0.16 116.78 0.65 0.55
Hex 49 D6 41 42 0 46 10 75 41 37
Octal 111 326 101 102 0 106 20 165 101 67
Binary 1001001 11010110 1000001 1000010 0 1000110 10000 1110101 1000001 110111

Color Harmonies of #49D641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D641

Black with #49D641

Text Example


Text Example

White with #49D641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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