Html Css Color HEX #49BF43 Lime Green

📋 copy color: '#49BF43'

red 73 ◦ green 191 ◦ blue 67

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

Shades of Lime Green #49BF43

Tints of Lime Green #49BF43

RGB

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

 GREEN value IS 191 (75% from 255) = 57.7%

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

R = 22.05%
G = 57.7%
B = 20.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#49BF43 (or 0x49BF43) is known color: Lime Green. HEX triplet: 49, BF and 43. RGB value is (73,191,67). Sum of RGB (Red+Green+Blue) = 73+191+67=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF43 is #B640BC. Grayscale: #8D8D8D. Windows color (decimal): -11944125 or 4439881. OLE color: 4439881.

HSL color Cylindrical-coordinate representation of color #49BF43: hue angle of 117.1º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BF43 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 67 -
CMYK 0.62 0 0.65 0.25
HSL 117.1º 0.49% 0.51% -
HSV(B) 117.1º 0.65% 0.75% -
XYZ 22.39 39.08 11.67 -
YUV 141.58 85.91 79.08 -
System Red Green Blue C M Y K H S L
Decimal 73 191 67 0.62 0 0.65 0.25 117.1 0.49 0.51
Hex 49 BF 43 3E 0 41 19 75 31 33
Octal 111 277 103 76 0 101 31 165 61 63
Binary 1001001 10111111 1000011 111110 0 1000001 11001 1110101 110001 110011

Color Harmonies of #49BF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF43

Black with #49BF43

Text Example


Text Example

White with #49BF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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