Html Css Color HEX #49D950 Lime Green

📋 copy color: '#49D950'

red 73 ◦ green 217 ◦ blue 80

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

Shades of Lime Green #49D950

Tints of Lime Green #49D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.65%

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

R = 19.73%
G = 58.65%
B = 21.62%

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

#49D950 (or 0x49D950) is known color: Lime Green. HEX triplet: 49, D9 and 50. RGB value is (73,217,80). Sum of RGB (Red+Green+Blue) = 73+217+80=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #49D950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D950 is #B626AF. Grayscale: #9E9E9E. Windows color (decimal): -11937456 or 5298505. OLE color: 5298505.

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

Color convert

RGB 73 217 80 -
CMYK 0.66 0 0.63 0.15
HSL 122.92º 0.65% 0.57% -
HSV(B) 122.92º 0.66% 0.85% -
XYZ 29.01 51.62 16.02 -
YUV 158.33 83.79 67.14 -
System Red Green Blue C M Y K H S L
Decimal 73 217 80 0.66 0 0.63 0.15 122.92 0.65 0.57
Hex 49 D9 50 42 0 3F F 7B 41 39
Octal 111 331 120 102 0 77 17 173 101 71
Binary 1001001 11011001 1010000 1000010 0 111111 1111 1111011 1000001 111001

Color Harmonies of #49D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D950

Black with #49D950

Text Example


Text Example

White with #49D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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