Html Css Color HEX #49D84C Lime Green

📋 copy color: '#49D84C'

red 73 ◦ green 216 ◦ blue 76

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

Shades of Lime Green #49D84C

Tints of Lime Green #49D84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 20%
G = 59.18%
B = 20.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#49D84C (or 0x49D84C) is known color: Lime Green. HEX triplet: 49, D8 and 4C. RGB value is (73,216,76). Sum of RGB (Red+Green+Blue) = 73+216+76=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #49D84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D84C is #B627B3. Grayscale: #9D9D9D. Windows color (decimal): -11937716 or 5036105. OLE color: 5036105.

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

Color convert

RGB 73 216 76 -
CMYK 0.66 0 0.65 0.15
HSL 121.26º 0.65% 0.57% -
HSV(B) 121.26º 0.66% 0.85% -
XYZ 28.61 51.05 15.18 -
YUV 157.28 82.12 67.88 -
System Red Green Blue C M Y K H S L
Decimal 73 216 76 0.66 0 0.65 0.15 121.26 0.65 0.57
Hex 49 D8 4C 42 0 41 F 79 41 39
Octal 111 330 114 102 0 101 17 171 101 71
Binary 1001001 11011000 1001100 1000010 0 1000001 1111 1111001 1000001 111001

Color Harmonies of #49D84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D84C

Black with #49D84C

Text Example


Text Example

White with #49D84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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