#49ED44

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

Shades of Lime Green #49ED44

Tints of Lime Green #49ED44

Color information

#49ED44 (or 0x49ED44) is unknown color: approx Lime Green. HEX triplet: 49, ED and 44. RGB value is (73,237,68). Sum of RGB (Red+Green+Blue) = 73+237+68=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49ED44 is #B612BB. Grayscale: #A9A9A9. Windows color (decimal): -11932348 or 4517193. OLE color: 4517193.

HSL color Cylindrical-coordinate representation of color #49ED44: hue angle of 118.22º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49ED44 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB7323768-
CMYK0.6900.710.07
HSL118.22º82.44%59.8%-
HSV(B)118.22º71.31%92.94%-
XYZ34.0862.415.72-
YUV168.771.1759.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 237 (92.97% from 255) = 62.70%
BLUE value IS 68 (26.95% from 255) = 17.99%
R=19.31%
G=62.70%
B=17.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal73237680.6900.710.07118.2282.4459.8
Hex49ED4445047776523c
Octal1113551041050107716612274
Binary100100111101101100010010001010100011111111101101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ED44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,237,68); }

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

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

 a { background-color: rgb(73,237,68); }

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

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

 span { border-color: rgb(73,237,68); }

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