Html Css Color HEX #49D744 Lime Green

📋 copy color: '#49D744'

red 73 ◦ green 215 ◦ blue 68

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

Shades of Lime Green #49D744

Tints of Lime Green #49D744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.39%

 BLUE value IS 68 (26.95% from 255) = 19.1%

R = 20.51%
G = 60.39%
B = 19.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#49D744 (or 0x49D744) is known color: Lime Green. HEX triplet: 49, D7 and 44. RGB value is (73,215,68). Sum of RGB (Red+Green+Blue) = 73+215+68=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #49D744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D744 is #B628BB. Grayscale: #9C9C9C. Windows color (decimal): -11937980 or 4511561. OLE color: 4511561.

HSL color Cylindrical-coordinate representation of color #49D744: hue angle of 117.96º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49D744 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 215 68 -
CMYK 0.66 0 0.68 0.16
HSL 117.96º 0.65% 0.55% -
HSV(B) 117.96º 0.68% 0.84% -
XYZ 28.09 50.43 13.72 -
YUV 155.78 78.46 68.95 -
System Red Green Blue C M Y K H S L
Decimal 73 215 68 0.66 0 0.68 0.16 117.96 0.65 0.55
Hex 49 D7 44 42 0 44 10 76 41 37
Octal 111 327 104 102 0 104 20 166 101 67
Binary 1001001 11010111 1000100 1000010 0 1000100 10000 1110110 1000001 110111

Color Harmonies of #49D744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D744

Black with #49D744

Text Example


Text Example

White with #49D744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,215,68); }

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

background-color css

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

 a { background-color: rgb(73,215,68); }

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

border-color css

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

 span { border-color: rgb(73,215,68); }

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