Html Css Color HEX #49D841 Lime Green

📋 copy color: '#49D841'

red 73 ◦ green 216 ◦ blue 65

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

Shades of Lime Green #49D841

Tints of Lime Green #49D841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.02%

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

R = 20.62%
G = 61.02%
B = 18.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#49D841 (or 0x49D841) is known color: Lime Green. HEX triplet: 49, D8 and 41. RGB value is (73,216,65). Sum of RGB (Red+Green+Blue) = 73+216+65=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #49D841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D841 is #B627BE. Grayscale: #9C9C9C. Windows color (decimal): -11937727 or 4315209. OLE color: 4315209.

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

Color convert

RGB 73 216 65 -
CMYK 0.66 0 0.70 0.15
HSL 116.82º 0.66% 0.55% -
HSV(B) 116.82º 0.7% 0.85% -
XYZ 28.26 50.91 13.34 -
YUV 156.03 76.62 68.78 -
System Red Green Blue C M Y K H S L
Decimal 73 216 65 0.66 0 0.70 0.15 116.82 0.66 0.55
Hex 49 D8 41 42 0 46 F 75 42 37
Octal 111 330 101 102 0 106 17 165 102 67
Binary 1001001 11011000 1000001 1000010 0 1000110 1111 1110101 1000010 110111

Color Harmonies of #49D841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D841

Black with #49D841

Text Example


Text Example

White with #49D841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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