Html Css Color HEX #49DC41 Lime Green

📋 copy color: '#49DC41'

red 73 ◦ green 220 ◦ blue 65

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

Shades of Lime Green #49DC41

Tints of Lime Green #49DC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 20.39%
G = 61.45%
B = 18.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#49DC41 (or 0x49DC41) is known color: Lime Green. HEX triplet: 49, DC and 41. RGB value is (73,220,65). Sum of RGB (Red+Green+Blue) = 73+220+65=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC41 is #B623BE. Grayscale: #9E9E9E. Windows color (decimal): -11936703 or 4316233. OLE color: 4316233.

HSL color Cylindrical-coordinate representation of color #49DC41: hue angle of 116.9º 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 #49DC41 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 65 -
CMYK 0.67 0 0.70 0.14
HSL 116.9º 0.69% 0.56% -
HSV(B) 116.9º 0.7% 0.86% -
XYZ 29.29 52.98 13.68 -
YUV 158.38 75.3 67.1 -
System Red Green Blue C M Y K H S L
Decimal 73 220 65 0.67 0 0.70 0.14 116.9 0.69 0.56
Hex 49 DC 41 43 0 46 E 75 45 38
Octal 111 334 101 103 0 106 16 165 105 70
Binary 1001001 11011100 1000001 1000011 0 1000110 1110 1110101 1000101 111000

Color Harmonies of #49DC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC41

Black with #49DC41

Text Example


Text Example

White with #49DC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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