Html Css Color HEX #49D846 Lime Green

📋 copy color: '#49D846'

red 73 ◦ green 216 ◦ blue 70

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

Shades of Lime Green #49D846

Tints of Lime Green #49D846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.5%

R = 20.33%
G = 60.17%
B = 19.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#49D846 (or 0x49D846) is known color: Lime Green. HEX triplet: 49, D8 and 46. RGB value is (73,216,70). Sum of RGB (Red+Green+Blue) = 73+216+70=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 216 (84.77% from 255 or 60.17% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 216 - color contains mainly: green. Hex color #49D846 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D846 is #B627B9. Grayscale: #9D9D9D. Windows color (decimal): -11937722 or 4642889. OLE color: 4642889.

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

Color convert

RGB 73 216 70 -
CMYK 0.66 0 0.68 0.15
HSL 118.77º 0.65% 0.56% -
HSV(B) 118.77º 0.68% 0.85% -
XYZ 28.41 50.97 14.14 -
YUV 156.6 79.12 68.37 -
System Red Green Blue C M Y K H S L
Decimal 73 216 70 0.66 0 0.68 0.15 118.77 0.65 0.56
Hex 49 D8 46 42 0 44 F 77 41 38
Octal 111 330 106 102 0 104 17 167 101 70
Binary 1001001 11011000 1000110 1000010 0 1000100 1111 1110111 1000001 111000

Color Harmonies of #49D846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D846

Black with #49D846

Text Example


Text Example

White with #49D846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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