Html Css Color HEX #49DD3D Lime Green

📋 copy color: '#49DD3D'

red 73 ◦ green 221 ◦ blue 61

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

Shades of Lime Green #49DD3D

Tints of Lime Green #49DD3D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.25%

 BLUE value IS 61 (24.22% from 255) = 17.18%

R = 20.56%
G = 62.25%
B = 17.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#49DD3D (or 0x49DD3D) is known color: Lime Green. HEX triplet: 49, DD and 3D. RGB value is (73,221,61). Sum of RGB (Red+Green+Blue) = 73+221+61=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD3D is #B622C2. Grayscale: #9F9F9F. Windows color (decimal): -11936451 or 4054345. OLE color: 4054345.

HSL color Cylindrical-coordinate representation of color #49DD3D: hue angle of 115.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49DD3D is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 221 61 -
CMYK 0.67 0 0.72 0.13
HSL 115.5º 0.7% 0.55% -
HSV(B) 115.5º 0.72% 0.87% -
XYZ 29.45 53.47 13.18 -
YUV 158.51 72.97 67.01 -
System Red Green Blue C M Y K H S L
Decimal 73 221 61 0.67 0 0.72 0.13 115.5 0.7 0.55
Hex 49 DD 3D 43 0 48 D 74 46 37
Octal 111 335 75 103 0 110 15 164 106 67
Binary 1001001 11011101 111101 1000011 0 1001000 1101 1110100 1000110 110111

Color Harmonies of #49DD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DD3D

Black with #49DD3D

Text Example


Text Example

White with #49DD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,221,61); }

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

background-color css

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

 a { background-color: rgb(73,221,61); }

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

border-color css

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

 span { border-color: rgb(73,221,61); }

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