Html Css Color HEX #49DD41 Lime Green

📋 copy color: '#49DD41'

red 73 ◦ green 221 ◦ blue 65

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

Shades of Lime Green #49DD41

Tints of Lime Green #49DD41

RGB

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

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

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

R = 20.33%
G = 61.56%
B = 18.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#49DD41 (or 0x49DD41) is known color: Lime Green. HEX triplet: 49, DD and 41. RGB value is (73,221,65). Sum of RGB (Red+Green+Blue) = 73+221+65=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD41 is #B622BE. Grayscale: #9F9F9F. Windows color (decimal): -11936447 or 4316489. OLE color: 4316489.

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

Color convert

RGB 73 221 65 -
CMYK 0.67 0 0.71 0.13
HSL 116.92º 0.7% 0.56% -
HSV(B) 116.92º 0.71% 0.87% -
XYZ 29.56 53.51 13.77 -
YUV 158.96 74.97 66.68 -
System Red Green Blue C M Y K H S L
Decimal 73 221 65 0.67 0 0.71 0.13 116.92 0.7 0.56
Hex 49 DD 41 43 0 47 D 75 46 38
Octal 111 335 101 103 0 107 15 165 106 70
Binary 1001001 11011101 1000001 1000011 0 1000111 1101 1110101 1000110 111000

Color Harmonies of #49DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DD41

Black with #49DD41

Text Example


Text Example

White with #49DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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