Html Css Color HEX #49D44E Lime Green

📋 copy color: '#49D44E'

red 73 ◦ green 212 ◦ blue 78

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

Shades of Lime Green #49D44E

Tints of Lime Green #49D44E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.4%

 BLUE value IS 78 (30.86% from 255) = 21.49%

R = 20.11%
G = 58.4%
B = 21.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#49D44E (or 0x49D44E) is known color: Lime Green. HEX triplet: 49, D4 and 4E. RGB value is (73,212,78). Sum of RGB (Red+Green+Blue) = 73+212+78=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #49D44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D44E is #B62BB1. Grayscale: #9B9B9B. Windows color (decimal): -11938738 or 5166153. OLE color: 5166153.

HSL color Cylindrical-coordinate representation of color #49D44E: hue angle of 122.16º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D44E is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 78 -
CMYK 0.66 0 0.63 0.17
HSL 122.16º 0.62% 0.56% -
HSV(B) 122.16º 0.66% 0.83% -
XYZ 27.67 49.05 15.22 -
YUV 155.16 84.45 69.4 -
System Red Green Blue C M Y K H S L
Decimal 73 212 78 0.66 0 0.63 0.17 122.16 0.62 0.56
Hex 49 D4 4E 42 0 3F 11 7A 3E 38
Octal 111 324 116 102 0 77 21 172 76 70
Binary 1001001 11010100 1001110 1000010 0 111111 10001 1111010 111110 111000

Color Harmonies of #49D44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D44E

Black with #49D44E

Text Example


Text Example

White with #49D44E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,78); }

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

background-color css

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

 a { background-color: rgb(73,212,78); }

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

border-color css

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

 span { border-color: rgb(73,212,78); }

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