Html Css Color HEX #49DA45 Lime Green

📋 copy color: '#49DA45'

red 73 ◦ green 218 ◦ blue 69

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

Shades of Lime Green #49DA45

Tints of Lime Green #49DA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 20.28%
G = 60.56%
B = 19.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#49DA45 (or 0x49DA45) is known color: Lime Green. HEX triplet: 49, DA and 45. RGB value is (73,218,69). Sum of RGB (Red+Green+Blue) = 73+218+69=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DA45 is #B625BA. Grayscale: #9E9E9E. Windows color (decimal): -11937211 or 4577865. OLE color: 4577865.

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

Color convert

RGB 73 218 69 -
CMYK 0.67 0 0.68 0.15
HSL 118.39º 0.67% 0.56% -
HSV(B) 118.39º 0.68% 0.85% -
XYZ 28.89 51.99 14.14 -
YUV 157.66 77.96 67.62 -
System Red Green Blue C M Y K H S L
Decimal 73 218 69 0.67 0 0.68 0.15 118.39 0.67 0.56
Hex 49 DA 45 43 0 44 F 76 43 38
Octal 111 332 105 103 0 104 17 166 103 70
Binary 1001001 11011010 1000101 1000011 0 1000100 1111 1110110 1000011 111000

Color Harmonies of #49DA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DA45

Black with #49DA45

Text Example


Text Example

White with #49DA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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