Html Css Color HEX #49DA3D Lime Green

📋 copy color: '#49DA3D'

red 73 ◦ green 218 ◦ blue 61

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

Shades of Lime Green #49DA3D

Tints of Lime Green #49DA3D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.93%

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 20.74%
G = 61.93%
B = 17.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#49DA3D (or 0x49DA3D) is known color: Lime Green. HEX triplet: 49, DA and 3D. RGB value is (73,218,61). Sum of RGB (Red+Green+Blue) = 73+218+61=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DA3D is #B625C2. Grayscale: #9D9D9D. Windows color (decimal): -11937219 or 4053577. OLE color: 4053577.

HSL color Cylindrical-coordinate representation of color #49DA3D: hue angle of 115.41º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49DA3D is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 218 61 -
CMYK 0.67 0 0.72 0.15
HSL 115.41º 0.68% 0.55% -
HSV(B) 115.41º 0.72% 0.85% -
XYZ 28.66 51.9 12.92 -
YUV 156.75 73.96 68.27 -
System Red Green Blue C M Y K H S L
Decimal 73 218 61 0.67 0 0.72 0.15 115.41 0.68 0.55
Hex 49 DA 3D 43 0 48 F 73 44 37
Octal 111 332 75 103 0 110 17 163 104 67
Binary 1001001 11011010 111101 1000011 0 1001000 1111 1110011 1000100 110111

Color Harmonies of #49DA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DA3D

Black with #49DA3D

Text Example


Text Example

White with #49DA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,218,61); }

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

background-color css

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

 a { background-color: rgb(73,218,61); }

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

border-color css

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

 span { border-color: rgb(73,218,61); }

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