Html Css Color HEX #49DC42 Lime Green

📋 copy color: '#49DC42'

red 73 ◦ green 220 ◦ blue 66

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

Shades of Lime Green #49DC42

Tints of Lime Green #49DC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.28%

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 20.33%
G = 61.28%
B = 18.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#49DC42 (or 0x49DC42) is known color: Lime Green. HEX triplet: 49, DC and 42. RGB value is (73,220,66). Sum of RGB (Red+Green+Blue) = 73+220+66=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC42 is #B623BD. Grayscale: #9E9E9E. Windows color (decimal): -11936702 or 4381769. OLE color: 4381769.

HSL color Cylindrical-coordinate representation of color #49DC42: hue angle of 117.27º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49DC42 is Cyan = 0.67, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 66 -
CMYK 0.67 0 0.7 0.14
HSL 117.27º 0.69% 0.56% -
HSV(B) 117.27º 0.7% 0.86% -
XYZ 29.32 53 13.84 -
YUV 158.49 75.8 67.02 -
System Red Green Blue C M Y K H S L
Decimal 73 220 66 0.67 0 0.7 0.14 117.27 0.69 0.56
Hex 49 DC 42 43 0 46 E 75 45 38
Octal 111 334 102 103 0 106 16 165 105 70
Binary 1001001 11011100 1000010 1000011 0 1000110 1110 1110101 1000101 111000

Color Harmonies of #49DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC42

Black with #49DC42

Text Example


Text Example

White with #49DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,66); }

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

background-color css

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

 a { background-color: rgb(73,220,66); }

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

border-color css

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

 span { border-color: rgb(73,220,66); }

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