Html Css Color HEX #49D048 Lime Green

📋 copy color: '#49D048'

red 73 ◦ green 208 ◦ blue 72

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

Shades of Lime Green #49D048

Tints of Lime Green #49D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.92%

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 20.68%
G = 58.92%
B = 20.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#49D048 (or 0x49D048) is known color: Lime Green. HEX triplet: 49, D0 and 48. RGB value is (73,208,72). Sum of RGB (Red+Green+Blue) = 73+208+72=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #49D048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D048 is #B62FB7. Grayscale: #989898. Windows color (decimal): -11939768 or 4771913. OLE color: 4771913.

HSL color Cylindrical-coordinate representation of color #49D048: hue angle of 119.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D048 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 208 72 -
CMYK 0.65 0 0.65 0.18
HSL 119.56º 0.59% 0.55% -
HSV(B) 119.56º 0.65% 0.82% -
XYZ 26.47 47 13.81 -
YUV 152.13 82.77 71.56 -
System Red Green Blue C M Y K H S L
Decimal 73 208 72 0.65 0 0.65 0.18 119.56 0.59 0.55
Hex 49 D0 48 41 0 41 12 78 3B 37
Octal 111 320 110 101 0 101 22 170 73 67
Binary 1001001 11010000 1001000 1000001 0 1000001 10010 1111000 111011 110111

Color Harmonies of #49D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D048

Black with #49D048

Text Example


Text Example

White with #49D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,208,72); }

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

background-color css

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

 a { background-color: rgb(73,208,72); }

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

border-color css

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

 span { border-color: rgb(73,208,72); }

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