#49C33D

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

Shades of Lime Green #49C33D

Tints of Lime Green #49C33D

Color information

#49C33D (or 0x49C33D) is unknown color: approx Lime Green. HEX triplet: 49, C3 and 3D. RGB value is (73,195,61). Sum of RGB (Red+Green+Blue) = 73+195+61=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #49C33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C33D is #B63CC2. Grayscale: #8F8F8F. Windows color (decimal): -11943107 or 4047689. OLE color: 4047689.

HSL color Cylindrical-coordinate representation of color #49C33D: hue angle of 114.63º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C33D is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB7319561-
CMYK0.6300.690.24
HSL114.63º52.76%50.2%-
HSV(B)114.63º68.72%76.47%-
XYZ23.1140.7811.07-
YUV143.2581.5877.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 195 (76.56% from 255) = 59.27%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=22.19%
G=59.27%
B=18.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73195610.6300.690.24114.6352.7650.2
Hex49C33D3F04518733532
Octal11130375770105301636562
Binary10010011100001111110111111101000101110001110011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,195,61); }

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

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

 a { background-color: rgb(73,195,61); }

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

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

 span { border-color: rgb(73,195,61); }

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