Html Css Color HEX #49DD2D Lime Green

📋 copy color: '#49DD2D'

red 73 ◦ green 221 ◦ blue 45

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

Shades of Lime Green #49DD2D

Tints of Lime Green #49DD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 21.53%
G = 65.19%
B = 13.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#49DD2D (or 0x49DD2D) is known color: Lime Green. HEX triplet: 49, DD and 2D. RGB value is (73,221,45). Sum of RGB (Red+Green+Blue) = 73+221+45=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD2D is #B622D2. Grayscale: #9D9D9D. Windows color (decimal): -11936467 or 3005769. OLE color: 3005769.

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

Color convert

RGB 73 221 45 -
CMYK 0.67 0 0.80 0.13
HSL 110.45º 0.72% 0.52% -
HSV(B) 110.45º 0.8% 0.87% -
XYZ 29.08 53.32 11.24 -
YUV 156.68 64.97 68.31 -
System Red Green Blue C M Y K H S L
Decimal 73 221 45 0.67 0 0.80 0.13 110.45 0.72 0.52
Hex 49 DD 2D 43 0 50 D 6E 48 34
Octal 111 335 55 103 0 120 15 156 110 64
Binary 1001001 11011101 101101 1000011 0 1010000 1101 1101110 1001000 110100

Color Harmonies of #49DD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DD2D

Black with #49DD2D

Text Example


Text Example

White with #49DD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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