Html Css Color HEX #49E42D Lime Green

📋 copy color: '#49E42D'

red 73 ◦ green 228 ◦ blue 45

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

Shades of Lime Green #49E42D

Tints of Lime Green #49E42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 65.9%

 BLUE value IS 45 (17.97% from 255) = 13.01%

R = 21.1%
G = 65.9%
B = 13.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#49E42D (or 0x49E42D) is known color: Lime Green. HEX triplet: 49, E4 and 2D. RGB value is (73,228,45). Sum of RGB (Red+Green+Blue) = 73+228+45=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 228 (89.45% from 255 or 65.90% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 228 - color contains mainly: green. Hex color #49E42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E42D is #B61BD2. Grayscale: #A1A1A1. Windows color (decimal): -11934675 or 3007561. OLE color: 3007561.

HSL color Cylindrical-coordinate representation of color #49E42D: hue angle of 110.82º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49E42D is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 228 45 -
CMYK 0.68 0 0.80 0.11
HSL 110.82º 0.77% 0.54% -
HSV(B) 110.82º 0.8% 0.89% -
XYZ 30.96 57.09 11.87 -
YUV 160.79 62.65 65.38 -
System Red Green Blue C M Y K H S L
Decimal 73 228 45 0.68 0 0.80 0.11 110.82 0.77 0.54
Hex 49 E4 2D 44 0 50 B 6F 4D 36
Octal 111 344 55 104 0 120 13 157 115 66
Binary 1001001 11100100 101101 1000100 0 1010000 1011 1101111 1001101 110110

Color Harmonies of #49E42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E42D

Black with #49E42D

Text Example


Text Example

White with #49E42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,228,45); }

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

background-color css

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

 a { background-color: rgb(73,228,45); }

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

border-color css

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

 span { border-color: rgb(73,228,45); }

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