Html Css Color HEX #49D22A Lime Green

📋 copy color: '#49D22A'

red 73 ◦ green 210 ◦ blue 42

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

Shades of Lime Green #49D22A

Tints of Lime Green #49D22A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.92%

R = 22.46%
G = 64.62%
B = 12.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#49D22A (or 0x49D22A) is known color: Lime Green. HEX triplet: 49, D2 and 2A. RGB value is (73,210,42). Sum of RGB (Red+Green+Blue) = 73+210+42=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 210 (82.42% from 255 or 64.62% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 210 - color contains mainly: green. Hex color #49D22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D22A is #B62DD5. Grayscale: #969696. Windows color (decimal): -11939286 or 2806345. OLE color: 2806345.

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

Color convert

RGB 73 210 42 -
CMYK 0.65 0 0.8 0.18
HSL 108.93º 0.67% 0.49% -
HSV(B) 108.93º 0.8% 0.82% -
XYZ 26.21 47.68 10.01 -
YUV 149.89 67.11 73.16 -
System Red Green Blue C M Y K H S L
Decimal 73 210 42 0.65 0 0.8 0.18 108.93 0.67 0.49
Hex 49 D2 2A 41 0 50 12 6D 43 31
Octal 111 322 52 101 0 120 22 155 103 61
Binary 1001001 11010010 101010 1000001 0 1010000 10010 1101101 1000011 110001

Color Harmonies of #49D22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D22A

Black with #49D22A

Text Example


Text Example

White with #49D22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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