Html Css Color HEX #49C94F Lime Green

📋 copy color: '#49C94F'

red 73 ◦ green 201 ◦ blue 79

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

Shades of Lime Green #49C94F

Tints of Lime Green #49C94F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.94%

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 20.68%
G = 56.94%
B = 22.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#49C94F (or 0x49C94F) is known color: Lime Green. HEX triplet: 49, C9 and 4F. RGB value is (73,201,79). Sum of RGB (Red+Green+Blue) = 73+201+79=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #49C94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C94F is #B636B0. Grayscale: #959595. Windows color (decimal): -11941553 or 5228873. OLE color: 5228873.

HSL color Cylindrical-coordinate representation of color #49C94F: hue angle of 122.81º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C94F is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 201 79 -
CMYK 0.64 0 0.61 0.21
HSL 122.81º 0.54% 0.54% -
HSV(B) 122.81º 0.64% 0.79% -
XYZ 25.05 43.75 14.52 -
YUV 148.82 88.59 73.92 -
System Red Green Blue C M Y K H S L
Decimal 73 201 79 0.64 0 0.61 0.21 122.81 0.54 0.54
Hex 49 C9 4F 40 0 3D 15 7B 36 36
Octal 111 311 117 100 0 75 25 173 66 66
Binary 1001001 11001001 1001111 1000000 0 111101 10101 1111011 110110 110110

Color Harmonies of #49C94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C94F

Black with #49C94F

Text Example


Text Example

White with #49C94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,201,79); }

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

background-color css

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

 a { background-color: rgb(73,201,79); }

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

border-color css

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

 span { border-color: rgb(73,201,79); }

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