#49B93A

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

Shades of Lime Green #49B93A

Tints of Lime Green #49B93A

Color information

#49B93A (or 0x49B93A) is unknown color: approx Lime Green. HEX triplet: 49, B9 and 3A. RGB value is (73,185,58). Sum of RGB (Red+Green+Blue) = 73+185+58=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #49B93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B93A is #B646C5. Grayscale: #898989. Windows color (decimal): -11945670 or 3848521. OLE color: 3848521.

HSL color Cylindrical-coordinate representation of color #49B93A: hue angle of 112.91º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B93A is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB7318558-
CMYK0.6100.690.27
HSL112.91º52.26%47.65%-
HSV(B)112.91º68.65%72.55%-
XYZ20.8636.429.93-
YUV137.0383.3982.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 185 (72.66% from 255) = 58.54%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=23.10%
G=58.54%
B=18.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73185580.6100.690.27112.9152.2647.65
Hex49B93A3D0451B713430
Octal11127172750105331616460
Binary10010011011100111101011110101000101110111110001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,185,58); }

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

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

 a { background-color: rgb(73,185,58); }

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

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

 span { border-color: rgb(73,185,58); }

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