Html Css Color HEX #49DC4A Lime Green

📋 copy color: '#49DC4A'

red 73 ◦ green 220 ◦ blue 74

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

Shades of Lime Green #49DC4A

Tints of Lime Green #49DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.95%

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 19.89%
G = 59.95%
B = 20.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#49DC4A (or 0x49DC4A) is known color: Lime Green. HEX triplet: 49, DC and 4A. RGB value is (73,220,74). Sum of RGB (Red+Green+Blue) = 73+220+74=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC4A is #B623B5. Grayscale: #9F9F9F. Windows color (decimal): -11936694 or 4906057. OLE color: 4906057.

HSL color Cylindrical-coordinate representation of color #49DC4A: hue angle of 120.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC4A is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 74 -
CMYK 0.67 0 0.66 0.14
HSL 120.41º 0.68% 0.57% -
HSV(B) 120.41º 0.67% 0.86% -
XYZ 29.58 53.1 15.17 -
YUV 159.4 79.8 66.37 -
System Red Green Blue C M Y K H S L
Decimal 73 220 74 0.67 0 0.66 0.14 120.41 0.68 0.57
Hex 49 DC 4A 43 0 42 E 78 44 39
Octal 111 334 112 103 0 102 16 170 104 71
Binary 1001001 11011100 1001010 1000011 0 1000010 1110 1111000 1000100 111001

Color Harmonies of #49DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC4A

Black with #49DC4A

Text Example


Text Example

White with #49DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,74); }

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

background-color css

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

 a { background-color: rgb(73,220,74); }

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

border-color css

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

 span { border-color: rgb(73,220,74); }

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