Html Css Color HEX #49DE4D Lime Green

📋 copy color: '#49DE4D'

red 73 ◦ green 222 ◦ blue 77

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

Shades of Lime Green #49DE4D

Tints of Lime Green #49DE4D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.68%

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 19.62%
G = 59.68%
B = 20.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#49DE4D (or 0x49DE4D) is known color: Lime Green. HEX triplet: 49, DE and 4D. RGB value is (73,222,77). Sum of RGB (Red+Green+Blue) = 73+222+77=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DE4D is #B621B2. Grayscale: #A1A1A1. Windows color (decimal): -11936179 or 5103177. OLE color: 5103177.

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

Color convert

RGB 73 222 77 -
CMYK 0.67 0 0.65 0.13
HSL 121.61º 0.69% 0.58% -
HSV(B) 121.61º 0.67% 0.87% -
XYZ 30.21 54.19 15.89 -
YUV 160.92 80.64 65.29 -
System Red Green Blue C M Y K H S L
Decimal 73 222 77 0.67 0 0.65 0.13 121.61 0.69 0.58
Hex 49 DE 4D 43 0 41 D 7A 45 3A
Octal 111 336 115 103 0 101 15 172 105 72
Binary 1001001 11011110 1001101 1000011 0 1000001 1101 1111010 1000101 111010

Color Harmonies of #49DE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DE4D

Black with #49DE4D

Text Example


Text Example

White with #49DE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,222,77); }

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

background-color css

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

 a { background-color: rgb(73,222,77); }

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

border-color css

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

 span { border-color: rgb(73,222,77); }

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