Html Css Color HEX #49BF39 Lime Green

📋 copy color: '#49BF39'

red 73 ◦ green 191 ◦ blue 57

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

Shades of Lime Green #49BF39

Tints of Lime Green #49BF39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.76%

R = 22.74%
G = 59.5%
B = 17.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#49BF39 (or 0x49BF39) is known color: Lime Green. HEX triplet: 49, BF and 39. RGB value is (73,191,57). Sum of RGB (Red+Green+Blue) = 73+191+57=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF39 is #B640C6. Grayscale: #8C8C8C. Windows color (decimal): -11944135 or 3784521. OLE color: 3784521.

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

Color convert

RGB 73 191 57 -
CMYK 0.62 0 0.70 0.25
HSL 112.84º 0.54% 0.49% -
HSV(B) 112.84º 0.7% 0.75% -
XYZ 22.12 38.97 10.23 -
YUV 140.44 80.91 79.9 -
System Red Green Blue C M Y K H S L
Decimal 73 191 57 0.62 0 0.70 0.25 112.84 0.54 0.49
Hex 49 BF 39 3E 0 46 19 71 36 31
Octal 111 277 71 76 0 106 31 161 66 61
Binary 1001001 10111111 111001 111110 0 1000110 11001 1110001 110110 110001

Color Harmonies of #49BF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF39

Black with #49BF39

Text Example


Text Example

White with #49BF39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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