Html Css Color HEX #49D742 Lime Green

📋 copy color: '#49D742'

red 73 ◦ green 215 ◦ blue 66

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

Shades of Lime Green #49D742

Tints of Lime Green #49D742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.64%

R = 20.62%
G = 60.73%
B = 18.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#49D742 (or 0x49D742) is known color: Lime Green. HEX triplet: 49, D7 and 42. RGB value is (73,215,66). Sum of RGB (Red+Green+Blue) = 73+215+66=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 215 (84.38% from 255 or 60.73% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 215 - color contains mainly: green. Hex color #49D742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D742 is #B628BD. Grayscale: #9C9C9C. Windows color (decimal): -11937982 or 4380489. OLE color: 4380489.

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

Color convert

RGB 73 215 66 -
CMYK 0.66 0 0.69 0.16
HSL 117.18º 0.65% 0.55% -
HSV(B) 117.18º 0.69% 0.84% -
XYZ 28.03 50.41 13.41 -
YUV 155.56 77.46 69.12 -
System Red Green Blue C M Y K H S L
Decimal 73 215 66 0.66 0 0.69 0.16 117.18 0.65 0.55
Hex 49 D7 42 42 0 45 10 75 41 37
Octal 111 327 102 102 0 105 20 165 101 67
Binary 1001001 11010111 1000010 1000010 0 1000101 10000 1110101 1000001 110111

Color Harmonies of #49D742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D742

Black with #49D742

Text Example


Text Example

White with #49D742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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