Html Css Color HEX #49E143 Lime Green

📋 copy color: '#49E143'

red 73 ◦ green 225 ◦ blue 67

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

Shades of Lime Green #49E143

Tints of Lime Green #49E143

RGB

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

 GREEN value IS 225 (88.28% from 255) = 61.64%

 BLUE value IS 67 (26.56% from 255) = 18.36%

R = 20%
G = 61.64%
B = 18.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#49E143 (or 0x49E143) is known color: Lime Green. HEX triplet: 49, E1 and 43. RGB value is (73,225,67). Sum of RGB (Red+Green+Blue) = 73+225+67=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #49E143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E143 is #B61EBC. Grayscale: #A2A2A2. Windows color (decimal): -11935421 or 4448585. OLE color: 4448585.

HSL color Cylindrical-coordinate representation of color #49E143: hue angle of 117.72º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49E143 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 225 67 -
CMYK 0.68 0 0.70 0.12
HSL 117.72º 0.72% 0.57% -
HSV(B) 117.72º 0.7% 0.88% -
XYZ 30.69 55.67 14.44 -
YUV 161.54 74.64 64.85 -
System Red Green Blue C M Y K H S L
Decimal 73 225 67 0.68 0 0.70 0.12 117.72 0.72 0.57
Hex 49 E1 43 44 0 46 C 76 48 39
Octal 111 341 103 104 0 106 14 166 110 71
Binary 1001001 11100001 1000011 1000100 0 1000110 1100 1110110 1001000 111001

Color Harmonies of #49E143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E143

Black with #49E143

Text Example


Text Example

White with #49E143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,225,67); }

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

background-color css

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

 a { background-color: rgb(73,225,67); }

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

border-color css

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

 span { border-color: rgb(73,225,67); }

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