Html Css Color HEX #49D72F Lime Green

📋 copy color: '#49D72F'

red 73 ◦ green 215 ◦ blue 47

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

Shades of Lime Green #49D72F

Tints of Lime Green #49D72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 21.79%
G = 64.18%
B = 14.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#49D72F (or 0x49D72F) is known color: Lime Green. HEX triplet: 49, D7 and 2F. RGB value is (73,215,47). Sum of RGB (Red+Green+Blue) = 73+215+47=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #49D72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D72F is #B628D0. Grayscale: #999999. Windows color (decimal): -11938001 or 3135305. OLE color: 3135305.

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

Color convert

RGB 73 215 47 -
CMYK 0.66 0 0.78 0.16
HSL 110.71º 0.68% 0.51% -
HSV(B) 110.71º 0.78% 0.84% -
XYZ 27.56 50.22 10.93 -
YUV 153.39 67.96 70.66 -
System Red Green Blue C M Y K H S L
Decimal 73 215 47 0.66 0 0.78 0.16 110.71 0.68 0.51
Hex 49 D7 2F 42 0 4E 10 6F 44 33
Octal 111 327 57 102 0 116 20 157 104 63
Binary 1001001 11010111 101111 1000010 0 1001110 10000 1101111 1000100 110011

Color Harmonies of #49D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D72F

Black with #49D72F

Text Example


Text Example

White with #49D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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