Html Css Color HEX #49D84D Lime Green

📋 copy color: '#49D84D'

red 73 ◦ green 216 ◦ blue 77

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

Shades of Lime Green #49D84D

Tints of Lime Green #49D84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 19.95%
G = 59.02%
B = 21.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#49D84D (or 0x49D84D) is known color: Lime Green. HEX triplet: 49, D8 and 4D. RGB value is (73,216,77). Sum of RGB (Red+Green+Blue) = 73+216+77=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #49D84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D84D is #B627B2. Grayscale: #9D9D9D. Windows color (decimal): -11937715 or 5101641. OLE color: 5101641.

HSL color Cylindrical-coordinate representation of color #49D84D: hue angle of 121.68º 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 #49D84D is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 216 77 -
CMYK 0.66 0 0.64 0.15
HSL 121.68º 0.65% 0.57% -
HSV(B) 121.68º 0.66% 0.85% -
XYZ 28.64 51.06 15.37 -
YUV 157.4 82.62 67.8 -
System Red Green Blue C M Y K H S L
Decimal 73 216 77 0.66 0 0.64 0.15 121.68 0.65 0.57
Hex 49 D8 4D 42 0 40 F 7A 41 39
Octal 111 330 115 102 0 100 17 172 101 71
Binary 1001001 11011000 1001101 1000010 0 1000000 1111 1111010 1000001 111001

Color Harmonies of #49D84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D84D

Black with #49D84D

Text Example


Text Example

White with #49D84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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