Html Css Color HEX #49D850 Lime Green

📋 copy color: '#49D850'

red 73 ◦ green 216 ◦ blue 80

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

Shades of Lime Green #49D850

Tints of Lime Green #49D850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 19.78%
G = 58.54%
B = 21.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#49D850 (or 0x49D850) is known color: Lime Green. HEX triplet: 49, D8 and 50. RGB value is (73,216,80). Sum of RGB (Red+Green+Blue) = 73+216+80=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #49D850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D850 is #B627AF. Grayscale: #9E9E9E. Windows color (decimal): -11937712 or 5298249. OLE color: 5298249.

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

Color convert

RGB 73 216 80 -
CMYK 0.66 0 0.63 0.15
HSL 122.94º 0.65% 0.57% -
HSV(B) 122.94º 0.66% 0.85% -
XYZ 28.75 51.11 15.94 -
YUV 157.74 84.12 67.56 -
System Red Green Blue C M Y K H S L
Decimal 73 216 80 0.66 0 0.63 0.15 122.94 0.65 0.57
Hex 49 D8 50 42 0 3F F 7B 41 39
Octal 111 330 120 102 0 77 17 173 101 71
Binary 1001001 11011000 1010000 1000010 0 111111 1111 1111011 1000001 111001

Color Harmonies of #49D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D850

Black with #49D850

Text Example


Text Example

White with #49D850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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