Html Css Color HEX #49DD45 Lime Green

📋 copy color: '#49DD45'

red 73 ◦ green 221 ◦ blue 69

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

Shades of Lime Green #49DD45

Tints of Lime Green #49DD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.01%

R = 20.11%
G = 60.88%
B = 19.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#49DD45 (or 0x49DD45) is known color: Lime Green. HEX triplet: 49, DD and 45. RGB value is (73,221,69). Sum of RGB (Red+Green+Blue) = 73+221+69=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD45 is #B622BA. Grayscale: #9F9F9F. Windows color (decimal): -11936443 or 4578633. OLE color: 4578633.

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

Color convert

RGB 73 221 69 -
CMYK 0.67 0 0.69 0.13
HSL 118.42º 0.69% 0.57% -
HSV(B) 118.42º 0.69% 0.87% -
XYZ 29.68 53.56 14.4 -
YUV 159.42 76.97 66.36 -
System Red Green Blue C M Y K H S L
Decimal 73 221 69 0.67 0 0.69 0.13 118.42 0.69 0.57
Hex 49 DD 45 43 0 45 D 76 45 39
Octal 111 335 105 103 0 105 15 166 105 71
Binary 1001001 11011101 1000101 1000011 0 1000101 1101 1110110 1000101 111001

Color Harmonies of #49DD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DD45

Black with #49DD45

Text Example


Text Example

White with #49DD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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