Html Css Color HEX #49DC39 Lime Green

📋 copy color: '#49DC39'

red 73 ◦ green 220 ◦ blue 57

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

Shades of Lime Green #49DC39

Tints of Lime Green #49DC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.29%

R = 20.86%
G = 62.86%
B = 16.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#49DC39 (or 0x49DC39) is known color: Lime Green. HEX triplet: 49, DC and 39. RGB value is (73,220,57). Sum of RGB (Red+Green+Blue) = 73+220+57=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC39 is #B623C6. Grayscale: #9D9D9D. Windows color (decimal): -11936711 or 3791945. OLE color: 3791945.

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

Color convert

RGB 73 220 57 -
CMYK 0.67 0 0.74 0.14
HSL 114.11º 0.7% 0.54% -
HSV(B) 114.11º 0.74% 0.86% -
XYZ 29.08 52.9 12.55 -
YUV 157.47 71.3 67.75 -
System Red Green Blue C M Y K H S L
Decimal 73 220 57 0.67 0 0.74 0.14 114.11 0.7 0.54
Hex 49 DC 39 43 0 4A E 72 46 36
Octal 111 334 71 103 0 112 16 162 106 66
Binary 1001001 11011100 111001 1000011 0 1001010 1110 1110010 1000110 110110

Color Harmonies of #49DC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC39

Black with #49DC39

Text Example


Text Example

White with #49DC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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