Html Css Color HEX #49D844 Lime Green

📋 copy color: '#49D844'

red 73 ◦ green 216 ◦ blue 68

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

Shades of Lime Green #49D844

Tints of Lime Green #49D844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.5%

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

R = 20.45%
G = 60.5%
B = 19.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#49D844 (or 0x49D844) is known color: Lime Green. HEX triplet: 49, D8 and 44. RGB value is (73,216,68). Sum of RGB (Red+Green+Blue) = 73+216+68=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #49D844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D844 is #B627BB. Grayscale: #9C9C9C. Windows color (decimal): -11937724 or 4511817. OLE color: 4511817.

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

Color convert

RGB 73 216 68 -
CMYK 0.66 0 0.69 0.15
HSL 117.97º 0.65% 0.56% -
HSV(B) 117.97º 0.69% 0.85% -
XYZ 28.35 50.95 13.81 -
YUV 156.37 78.12 68.53 -
System Red Green Blue C M Y K H S L
Decimal 73 216 68 0.66 0 0.69 0.15 117.97 0.65 0.56
Hex 49 D8 44 42 0 45 F 76 41 38
Octal 111 330 104 102 0 105 17 166 101 70
Binary 1001001 11011000 1000100 1000010 0 1000101 1111 1110110 1000001 111000

Color Harmonies of #49D844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D844

Black with #49D844

Text Example


Text Example

White with #49D844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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