Html Css Color HEX #49D64A Lime Green

📋 copy color: '#49D64A'

red 73 ◦ green 214 ◦ blue 74

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

Shades of Lime Green #49D64A

Tints of Lime Green #49D64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.28%

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

R = 20.22%
G = 59.28%
B = 20.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#49D64A (or 0x49D64A) is known color: Lime Green. HEX triplet: 49, D6 and 4A. RGB value is (73,214,74). Sum of RGB (Red+Green+Blue) = 73+214+74=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #49D64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D64A is #B629B5. Grayscale: #9C9C9C. Windows color (decimal): -11938230 or 4904521. OLE color: 4904521.

HSL color Cylindrical-coordinate representation of color #49D64A: hue angle of 120.43º degrees, saturation: 0.63, 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 #49D64A is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 214 74 -
CMYK 0.66 0 0.65 0.16
HSL 120.43º 0.63% 0.56% -
HSV(B) 120.43º 0.66% 0.84% -
XYZ 28.03 50 14.65 -
YUV 155.88 81.79 68.88 -
System Red Green Blue C M Y K H S L
Decimal 73 214 74 0.66 0 0.65 0.16 120.43 0.63 0.56
Hex 49 D6 4A 42 0 41 10 78 3F 38
Octal 111 326 112 102 0 101 20 170 77 70
Binary 1001001 11010110 1001010 1000010 0 1000001 10000 1111000 111111 111000

Color Harmonies of #49D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D64A

Black with #49D64A

Text Example


Text Example

White with #49D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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