#49ED3C

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

Shades of Lime Green #49ED3C

Tints of Lime Green #49ED3C

Color information

#49ED3C (or 0x49ED3C) is unknown color: approx Lime Green. HEX triplet: 49, ED and 3C. RGB value is (73,237,60). Sum of RGB (Red+Green+Blue) = 73+237+60=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 237 (92.97% from 255 or 64.05% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49ED3C is #B612C3. Grayscale: #A8A8A8. Windows color (decimal): -11932356 or 3992905. OLE color: 3992905.

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

Color convert

RGB7323760-
CMYK0.6900.750.07
HSL115.59º83.1%58.24%-
HSV(B)115.59º74.68%92.94%-
XYZ33.8562.3114.52-
YUV167.7967.1760.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 237 (92.97% from 255) = 64.05%
BLUE value IS 60 (23.83% from 255) = 16.22%
R=19.73%
G=64.05%
B=16.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal73237600.6900.750.07115.5983.158.24
Hex49ED3C4504B774533a
Octal111355741050113716412372
Binary10010011110110111110010001010100101111111101001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ED3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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