Html Css Color HEX #49D74A Lime Green

📋 copy color: '#49D74A'

red 73 ◦ green 215 ◦ blue 74

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

Shades of Lime Green #49D74A

Tints of Lime Green #49D74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 20.17%
G = 59.39%
B = 20.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#49D74A (or 0x49D74A) is known color: Lime Green. HEX triplet: 49, D7 and 4A. RGB value is (73,215,74). Sum of RGB (Red+Green+Blue) = 73+215+74=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #49D74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D74A is #B628B5. Grayscale: #9C9C9C. Windows color (decimal): -11937974 or 4904777. OLE color: 4904777.

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

Color convert

RGB 73 215 74 -
CMYK 0.66 0 0.66 0.16
HSL 120.42º 0.64% 0.56% -
HSV(B) 120.42º 0.66% 0.84% -
XYZ 28.28 50.51 14.74 -
YUV 156.47 81.46 68.46 -
System Red Green Blue C M Y K H S L
Decimal 73 215 74 0.66 0 0.66 0.16 120.42 0.64 0.56
Hex 49 D7 4A 42 0 42 10 78 40 38
Octal 111 327 112 102 0 102 20 170 100 70
Binary 1001001 11010111 1001010 1000010 0 1000010 10000 1111000 1000000 111000

Color Harmonies of #49D74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D74A

Black with #49D74A

Text Example


Text Example

White with #49D74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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