Html Css Color HEX #49C943 Lime Green

📋 copy color: '#49C943'

red 73 ◦ green 201 ◦ blue 67

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

Shades of Lime Green #49C943

Tints of Lime Green #49C943

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.94%

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

R = 21.41%
G = 58.94%
B = 19.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#49C943 (or 0x49C943) is known color: Lime Green. HEX triplet: 49, C9 and 43. RGB value is (73,201,67). Sum of RGB (Red+Green+Blue) = 73+201+67=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #49C943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C943 is #B636BC. Grayscale: #939393. Windows color (decimal): -11941565 or 4442441. OLE color: 4442441.

HSL color Cylindrical-coordinate representation of color #49C943: hue angle of 117.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C943 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 201 67 -
CMYK 0.64 0 0.67 0.21
HSL 117.31º 0.55% 0.53% -
HSV(B) 117.31º 0.67% 0.79% -
XYZ 24.65 43.6 12.43 -
YUV 147.45 82.59 74.9 -
System Red Green Blue C M Y K H S L
Decimal 73 201 67 0.64 0 0.67 0.21 117.31 0.55 0.53
Hex 49 C9 43 40 0 43 15 75 37 35
Octal 111 311 103 100 0 103 25 165 67 65
Binary 1001001 11001001 1000011 1000000 0 1000011 10101 1110101 110111 110101

Color Harmonies of #49C943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C943

Black with #49C943

Text Example


Text Example

White with #49C943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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