Html Css Color HEX #49D955 Lime Green

📋 copy color: '#49D955'

red 73 ◦ green 217 ◦ blue 85

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

Shades of Lime Green #49D955

Tints of Lime Green #49D955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 19.47%
G = 57.87%
B = 22.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#49D955 (or 0x49D955) is known color: Lime Green. HEX triplet: 49, D9 and 55. RGB value is (73,217,85). Sum of RGB (Red+Green+Blue) = 73+217+85=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #49D955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D955 is #B626AA. Grayscale: #9F9F9F. Windows color (decimal): -11937451 or 5626185. OLE color: 5626185.

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

Color convert

RGB 73 217 85 -
CMYK 0.66 0 0.61 0.15
HSL 125º 0.65% 0.57% -
HSV(B) 125º 0.66% 0.85% -
XYZ 29.2 51.7 17.03 -
YUV 158.9 86.29 66.73 -
System Red Green Blue C M Y K H S L
Decimal 73 217 85 0.66 0 0.61 0.15 125 0.65 0.57
Hex 49 D9 55 42 0 3D F 7D 41 39
Octal 111 331 125 102 0 75 17 175 101 71
Binary 1001001 11011001 1010101 1000010 0 111101 1111 1111101 1000001 111001

Color Harmonies of #49D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D955

Black with #49D955

Text Example


Text Example

White with #49D955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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