#49D633

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

Shades of Lime Green #49D633

Tints of Lime Green #49D633

Color information

#49D633 (or 0x49D633) is unknown color: approx Lime Green. HEX triplet: 49, D6 and 33. RGB value is (73,214,51). Sum of RGB (Red+Green+Blue) = 73+214+51=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #49D633 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D633 is #B629CC. Grayscale: #999999. Windows color (decimal): -11938253 or 3397193. OLE color: 3397193.

HSL color Cylindrical-coordinate representation of color #49D633: hue angle of 111.9º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49D633 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB7321451-
CMYK0.6600.760.16
HSL111.9º66.53%51.96%-
HSV(B)111.9º76.17%83.92%-
XYZ27.3949.7511.29-
YUV153.2670.2970.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 214 (83.98% from 255) = 63.31%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=21.60%
G=63.31%
B=15.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73214510.6600.760.16111.966.5351.96
Hex49D6334204C10704334
Octal1113266310201142016010364
Binary1001001110101101100111000010010011001000011100001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,214,51); }

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

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

 a { background-color: rgb(73,214,51); }

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

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

 span { border-color: rgb(73,214,51); }

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