Html Css Color HEX #49D246 Lime Green

📋 copy color: '#49D246'

red 73 ◦ green 210 ◦ blue 70

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

Shades of Lime Green #49D246

Tints of Lime Green #49D246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.49%

 BLUE value IS 70 (27.73% from 255) = 19.83%

R = 20.68%
G = 59.49%
B = 19.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#49D246 (or 0x49D246) is known color: Lime Green. HEX triplet: 49, D2 and 46. RGB value is (73,210,70). Sum of RGB (Red+Green+Blue) = 73+210+70=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 210 (82.42% from 255 or 59.49% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 210 - color contains mainly: green. Hex color #49D246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D246 is #B62DB9. Grayscale: #999999. Windows color (decimal): -11939258 or 4641353. OLE color: 4641353.

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

Color convert

RGB 73 210 70 -
CMYK 0.65 0 0.67 0.18
HSL 118.71º 0.61% 0.55% -
HSV(B) 118.71º 0.67% 0.82% -
XYZ 26.9 47.95 13.63 -
YUV 153.08 81.11 70.88 -
System Red Green Blue C M Y K H S L
Decimal 73 210 70 0.65 0 0.67 0.18 118.71 0.61 0.55
Hex 49 D2 46 41 0 43 12 77 3D 37
Octal 111 322 106 101 0 103 22 167 75 67
Binary 1001001 11010010 1000110 1000001 0 1000011 10010 1110111 111101 110111

Color Harmonies of #49D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D246

Black with #49D246

Text Example


Text Example

White with #49D246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,210,70); }

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

background-color css

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

 a { background-color: rgb(73,210,70); }

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

border-color css

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

 span { border-color: rgb(73,210,70); }

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