Html Css Color HEX #49BF38 Lime Green

📋 copy color: '#49BF38'

red 73 ◦ green 191 ◦ blue 56

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

Shades of Lime Green #49BF38

Tints of Lime Green #49BF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 22.81%
G = 59.69%
B = 17.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#49BF38 (or 0x49BF38) is known color: Lime Green. HEX triplet: 49, BF and 38. RGB value is (73,191,56). Sum of RGB (Red+Green+Blue) = 73+191+56=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF38 is #B640C7. Grayscale: #8C8C8C. Windows color (decimal): -11944136 or 3718985. OLE color: 3718985.

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

Color convert

RGB 73 191 56 -
CMYK 0.62 0 0.71 0.25
HSL 112.44º 0.55% 0.48% -
HSV(B) 112.44º 0.71% 0.75% -
XYZ 22.09 38.96 10.1 -
YUV 140.33 80.41 79.98 -
System Red Green Blue C M Y K H S L
Decimal 73 191 56 0.62 0 0.71 0.25 112.44 0.55 0.48
Hex 49 BF 38 3E 0 47 19 70 37 30
Octal 111 277 70 76 0 107 31 160 67 60
Binary 1001001 10111111 111000 111110 0 1000111 11001 1110000 110111 110000

Color Harmonies of #49BF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF38

Black with #49BF38

Text Example


Text Example

White with #49BF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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