#49E942

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

Shades of Lime Green #49E942

Tints of Lime Green #49E942

Color information

#49E942 (or 0x49E942) is unknown color: approx Lime Green. HEX triplet: 49, E9 and 42. RGB value is (73,233,66). Sum of RGB (Red+Green+Blue) = 73+233+66=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 233 (91.41% from 255 or 62.63% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 233 - color contains mainly: green. Hex color #49E942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E942 is #B616BD. Grayscale: #A6A6A6. Windows color (decimal): -11933374 or 4385097. OLE color: 4385097.

HSL color Cylindrical-coordinate representation of color #49E942: hue angle of 117.49º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49E942 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB7323366-
CMYK0.6900.720.09
HSL117.49º79.15%58.63%-
HSV(B)117.49º71.67%91.37%-
XYZ32.8760.0915.02-
YUV166.1271.4961.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.62%
GREEN value IS 233 (91.41% from 255) = 62.63%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=19.62%
G=62.63%
B=17.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal73233660.6900.720.09117.4979.1558.63
Hex49E942450489754f3b
Octal11135110210501101116511773
Binary1001001111010011000010100010101001000100111101011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,233,66); }

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

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

 a { background-color: rgb(73,233,66); }

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

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

 span { border-color: rgb(73,233,66); }

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