#49CF43

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

Shades of Lime Green #49CF43

Tints of Lime Green #49CF43

Color information

#49CF43 (or 0x49CF43) is unknown color: approx Lime Green. HEX triplet: 49, CF and 43. RGB value is (73,207,67). Sum of RGB (Red+Green+Blue) = 73+207+67=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CF43 is #B630BC. Grayscale: #979797. Windows color (decimal): -11940029 or 4443977. OLE color: 4443977.

HSL color Cylindrical-coordinate representation of color #49CF43: hue angle of 117.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49CF43 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB7320767-
CMYK0.6500.680.19
HSL117.43º59.32%53.73%-
HSV(B)117.43º67.63%81.18%-
XYZ26.0746.4512.9-
YUV150.9780.6172.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 207 (81.25% from 255) = 59.65%
BLUE value IS 67 (26.56% from 255) = 19.31%
R=21.04%
G=59.65%
B=19.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73207670.6500.680.19117.4359.3253.73
Hex49CF434104413753b36
Octal1113171031010104231657366
Binary1001001110011111000011100000101000100100111110101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,207,67); }

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

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

 a { background-color: rgb(73,207,67); }

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

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

 span { border-color: rgb(73,207,67); }

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