#49EF3B

Color #49EF3B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #49EF3B

Tints of Lime Green #49EF3B

Color information

#49EF3B (or 0x49EF3B) is unknown color: approx Lime Green. HEX triplet: 49, EF and 3B. RGB value is (73,239,59). Sum of RGB (Red+Green+Blue) = 73+239+59=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF3B is #B610C4. Grayscale: #A9A9A9. Windows color (decimal): -11931845 or 3927881. OLE color: 3927881.

HSL color Cylindrical-coordinate representation of color #49EF3B: hue angle of 115.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49EF3B is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB7323959-
CMYK0.6900.750.06
HSL115.33º84.91%58.43%-
HSV(B)115.33º75.31%93.73%-
XYZ34.463.4714.57-
YUV168.856659.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 239 (93.75% from 255) = 64.42%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=19.68%
G=64.42%
B=15.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal73239590.6900.750.06115.3384.9158.43
Hex49EF3B4504B673553a
Octal111357731050113616312572
Binary10010011110111111101110001010100101111011100111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,239,59); }

 H1.HeaderClassName
 {
   color: #49EF3B;
 }
 .AnyTagClassName
 {
   color: #49EF3B;
 }
</style>
background-color css

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

 a { background-color: rgb(73,239,59); }

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

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

 span { border-color: rgb(73,239,59); }

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