Html Css Color HEX #49C52F Lime Green

📋 copy color: '#49C52F'

red 73 ◦ green 197 ◦ blue 47

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

Shades of Lime Green #49C52F

Tints of Lime Green #49C52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 62.15%

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

R = 23.03%
G = 62.15%
B = 14.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#49C52F (or 0x49C52F) is known color: Lime Green. HEX triplet: 49, C5 and 2F. RGB value is (73,197,47). Sum of RGB (Red+Green+Blue) = 73+197+47=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #49C52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C52F is #B63AD0. Grayscale: #8F8F8F. Windows color (decimal): -11942609 or 3130697. OLE color: 3130697.

HSL color Cylindrical-coordinate representation of color #49C52F: hue angle of 109.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49C52F is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 197 47 -
CMYK 0.63 0 0.76 0.23
HSL 109.6º 0.61% 0.48% -
HSV(B) 109.6º 0.76% 0.77% -
XYZ 23.23 41.55 9.49 -
YUV 142.82 73.92 78.2 -
System Red Green Blue C M Y K H S L
Decimal 73 197 47 0.63 0 0.76 0.23 109.6 0.61 0.48
Hex 49 C5 2F 3F 0 4C 17 6E 3D 30
Octal 111 305 57 77 0 114 27 156 75 60
Binary 1001001 11000101 101111 111111 0 1001100 10111 1101110 111101 110000

Color Harmonies of #49C52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C52F

Black with #49C52F

Text Example


Text Example

White with #49C52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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