#49EF2E

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

Shades of Lime Green #49EF2E

Tints of Lime Green #49EF2E

Color information

#49EF2E (or 0x49EF2E) is unknown color: approx Lime Green. HEX triplet: 49, EF and 2E. RGB value is (73,239,46). Sum of RGB (Red+Green+Blue) = 73+239+46=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 239 (93.75% from 255 or 66.76% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF2E is #B610D1. Grayscale: #A7A7A7. Windows color (decimal): -11931858 or 3075913. OLE color: 3075913.

HSL color Cylindrical-coordinate representation of color #49EF2E: hue angle of 111.61º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49EF2E is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB7323946-
CMYK0.6900.810.06
HSL111.61º85.78%55.88%-
HSV(B)111.61º80.75%93.73%-
XYZ34.1163.3513.01-
YUV167.3659.560.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 239 (93.75% from 255) = 66.76%
BLUE value IS 46 (18.36% from 255) = 12.85%
R=20.39%
G=66.76%
B=12.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal73239460.6900.810.06111.6185.7855.88
Hex49EF2E450516705638
Octal111357561050121616012670
Binary10010011110111110111010001010101000111011100001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,239,46); }

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

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

 a { background-color: rgb(73,239,46); }

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

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

 span { border-color: rgb(73,239,46); }

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