Html Css Color HEX #49D72C Lime Green

📋 copy color: '#49D72C'

red 73 ◦ green 215 ◦ blue 44

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

Shades of Lime Green #49D72C

Tints of Lime Green #49D72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 21.99%
G = 64.76%
B = 13.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#49D72C (or 0x49D72C) is known color: Lime Green. HEX triplet: 49, D7 and 2C. RGB value is (73,215,44). Sum of RGB (Red+Green+Blue) = 73+215+44=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #49D72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D72C is #B628D3. Grayscale: #999999. Windows color (decimal): -11938004 or 2938697. OLE color: 2938697.

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

Color convert

RGB 73 215 44 -
CMYK 0.66 0 0.80 0.16
HSL 109.82º 0.68% 0.51% -
HSV(B) 109.82º 0.8% 0.84% -
XYZ 27.5 50.2 10.62 -
YUV 153.05 66.46 70.9 -
System Red Green Blue C M Y K H S L
Decimal 73 215 44 0.66 0 0.80 0.16 109.82 0.68 0.51
Hex 49 D7 2C 42 0 50 10 6E 44 33
Octal 111 327 54 102 0 120 20 156 104 63
Binary 1001001 11010111 101100 1000010 0 1010000 10000 1101110 1000100 110011

Color Harmonies of #49D72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D72C

Black with #49D72C

Text Example


Text Example

White with #49D72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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