Html Css Color HEX #49DD29 Lime Green

📋 copy color: '#49DD29'

red 73 ◦ green 221 ◦ blue 41

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

Shades of Lime Green #49DD29

Tints of Lime Green #49DD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.24%

R = 21.79%
G = 65.97%
B = 12.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#49DD29 (or 0x49DD29) is known color: Lime Green. HEX triplet: 49, DD and 29. RGB value is (73,221,41). Sum of RGB (Red+Green+Blue) = 73+221+41=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD29 is #B622D6. Grayscale: #9C9C9C. Windows color (decimal): -11936471 or 2743625. OLE color: 2743625.

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

Color convert

RGB 73 221 41 -
CMYK 0.67 0 0.81 0.13
HSL 109.33º 0.73% 0.51% -
HSV(B) 109.33º 0.81% 0.87% -
XYZ 29 53.29 10.86 -
YUV 156.23 62.97 68.64 -
System Red Green Blue C M Y K H S L
Decimal 73 221 41 0.67 0 0.81 0.13 109.33 0.73 0.51
Hex 49 DD 29 43 0 51 D 6D 49 33
Octal 111 335 51 103 0 121 15 155 111 63
Binary 1001001 11011101 101001 1000011 0 1010001 1101 1101101 1001001 110011

Color Harmonies of #49DD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DD29

Black with #49DD29

Text Example


Text Example

White with #49DD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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